PDA

Click to See Complete Forum and Search --> : ML


zmerlinz
Nov 18th, 2000, 04:38 AM
hi,

i was wondering wether anyone has heard of a programming language called ML, i have a book called ML for the working programmer and i was wondering weather anyone had any information on it.

Nov 18th, 2000, 07:03 AM
Is it abbreviated for Mulity Languages?

if so, go Here (http://www.progar.com/search/pages/Mulity_Langauges/)

zmerlinz
Nov 18th, 2000, 07:28 AM
that the problem i don't know what it is abbrieviated, i have the isbn if it helps 0-521-57050-6

Nov 18th, 2000, 07:56 AM
It looks like a nice Object Oriented Programming language,it also looks like it has a lot of math capabilities too... but I can't seem to find what it stands for.

zmerlinz
Nov 18th, 2000, 08:13 AM
hi

i have manged to get a compiler for it at

http://cm.bell-labs.com/cm/cs/what/smlnj/index.html

but i can't seem to find what it stands for either

jbart
Nov 18th, 2000, 04:57 PM
What is ML?

ML (which stands for Meta-Language) is a family of advanced programming
languages with [usually] functional control structures, strict semantics,
a strict polymorphic type system, and parametrized modules. It includes
Standard ML, Lazy ML, CAML, CAML Light, and various research languages.
Implementations are available on many platforms, including PCs, mainframes,
most models of workstation, multi-processors and supercomputers. ML has
many thousands of users, is taught at many universities (and is the first
programming language taught at some).

More info is at: http://www.faqs.org/faqs/meta-lang-faq/

zmerlinz
Nov 19th, 2000, 04:29 AM
cheers man that is exactley what i needed