How to install and run SML/ NJ in VScode

141 Views Asked by At

For the veteran programmers out there, how can I install and run the SML language in my VScode? Both syntax highlighting and interpretation.

Thank you for your time

1

There are 1 best solutions below

2
Chris On

It would seem you're looking for SML Environment. From Microsoft's page:

SML Environment is an extension for Visual Studio Code, allowing short executions like EMACS sml-mode and providing a text-highlight with some auto-complete features.

This project is been developed by Vinícius Julião (@vrjuliao), but the text-highlight is an updated version of Standard ML extension by Darin Morrison (@freebroccolo)