How to compile SML using SMLNJ while the code is in Notepad++?
问题 I'm completely new to SML and I have no idea how to work with anything related to it. I am supposed to use the SMLNJ compiler and I'm currently coding using Notepad++. But how do I compile the program exactly? Do I copy and paste the code in the SMLNJ command line thing? Or is there an environment for SMLNJ I can actually code in and compile my code? PLEASE HELP! 回答1: If by "compile" you mean "compile to a stand-alone executable" -- don't worry about that when first learning the language as a