You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
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?
The text was updated successfully, but these errors were encountered: