PDA

View Full Version : SML compiler


scanez
06-24-2002, 04:37 PM
I've decide to dive into SML at the same time as O'Caml...where can I get a compilter/any_other_required_packages for SML? Preferably one with a deb package if available ;)

GnuVince
06-24-2002, 04:42 PM
apt-get install sml-nj

jemfinch
06-24-2002, 05:23 PM
That'll only work with I think potato, at least last time I used Debian that was the case.

You might do well to focus on one ML and then another -- the syntaxes are just too close to learn both at the same time. One will most certainly conflict with the other.

Jeremy

GnuVince
06-24-2002, 05:47 PM
Yes, Jeremy is right scanez. Learn one first, then the other (if you still want to learn the other). Else, you will have val's in O'caml sources, and rec's in SML

scanez
06-24-2002, 09:42 PM
Point taken :) O'Caml it is...

GnuVince
06-24-2002, 11:20 PM
Originally posted by scanez
Point taken :) O'Caml it is...

Tiguidou! ;)