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

Running/debugging #9

Closed
matozoid opened this issue Aug 21, 2022 · 2 comments
Closed

Running/debugging #9

matozoid opened this issue Aug 21, 2022 · 2 comments

Comments

@matozoid
Copy link

Hi! Thanks for the great work :-)

The install went perfectly, but when I tried to run the sample program it seemed that running and debugging is not part of Millet, I guess? What is the suggested interaction - compile and run from the command line?

@azdavis
Copy link
Owner

azdavis commented Aug 21, 2022

Yes. Currently actually running SML code is outside the scope of Millet. Millet is only a language server - it analyzes code without running it, using the "statics" from the definition of Standard ML.

To run SML code, you'll need a full implementation of Standard ML. Some popular ones are SML/NJ and MLton.

Implementing the ability to run SML (the "dynamics") would be a massive undertaking and isn't currently planned for Millet for the foreseeable future.

Thank you very much for your interest in the project!

@azdavis azdavis closed this as completed Aug 21, 2022
@HarrisonGrodin
Copy link

There is a (WIP?) debugger for SML, as well, called mulligan.

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

No branches or pull requests

3 participants