Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider no_std #38

Open
dontlaugh opened this issue Jul 16, 2019 · 1 comment
Open

Consider no_std #38

dontlaugh opened this issue Jul 16, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@dontlaugh
Copy link
Contributor

First off, thank you for this project! I am fascinated by Tcl, and I'm including molt in a little cli to let users write some light extensions. It's already super fun and just setting/getting vars is all I need.

Have you considered supporting no_std rust? There are existing no_std compatible allocators, and many other libraries are available.
https://lib.rs/no-std

Tcl has such a great heritage in embedded programming. It would be cool if the molt interpreter could go down to bare metal.

@wduquette wduquette added the enhancement New feature or request label Jul 17, 2019
@wduquette
Copy link
Owner

wduquette commented Jul 17, 2019

So happens, I’d already written a note to consider no_std for the Molt core. It’s an obvious application, and I’d like to support it. But I also want to support use-cases that do need the std:: library, and I don’t know enough yet to know what’s involved. Rust newbie still! So much to do, so little time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants