November 28th, 2006, 11:47 AM
-
ML Programming
I am fairly certain this is the correct place for this question. I need to write a program in ML (Standard ML of New Jersey). I downloaded version 110.60 and am now trying to find an editor. Any help is appreciated.
-walk
November 28th, 2006, 05:05 PM
-
I suggest using Emacs for your SML coding. There is also an sml-mode out there to install which will give Emacs the understanding of how SML code works (syntax, etc.).
November 30th, 2006, 01:37 PM
-
I need to create a LIFO stack in ML. If anyone has any good tutorials and such please throw me a link or dos.
-walk