1

Which text editor and compiler should we use to write and execute our programs respectively ?
I am a complete beginner who hasn't got his hands quite dirty in programming .

  • Does this answer your question? [How to compile SML using SMLNJ while the code is in Notepad++?](https://stackoverflow.com/questions/36125649/how-to-compile-sml-using-smlnj-while-the-code-is-in-notepad) – Daemon Painter Nov 16 '20 at 14:56
  • It was my first day in SML how could I have gone this far? – Shubham Kumar Nov 16 '20 at 15:01

1 Answers1

2

You may write code in whatever editor you like, it has no impact on compilation.

To compile SML you have several choices (not limited to):

Daemon Painter
  • 3,208
  • 3
  • 29
  • 44