digitalmars.D - Standard ML to D translation
- BLS (15/15) Aug 08 2007 Hi folks,
- BLS (6/22) Aug 08 2007 Addendum :
- Bill Baxter (5/10) Aug 08 2007 You mean you can't find any tutorials on the language? Maybe try
- BLS (2/7) Aug 08 2007 Hi Bill, it is you again ! Thanks !!
Hi folks, is there somebody out who knows about the ML programming language ? ML is IMO only known in academic circles, but for some reasons I am interested in translating some ML code into D (if possible); Unfortunately there are very little information available; This is not a urgent request but every hint and help is welcome. Bjoern nanali at nospammmmm wanadoo dott fr Quote : Standard ML is a safe, modular, strict, functional, polymorphic programming language with compile-time type checking and type inference, garbage collection, exception handling, immutable data types and updatable references, abstract data types, and parametric modules. It has efficient implementations and a formal definition with a proof of soundness.
Aug 08 2007
Addendum : If you like, you will find some interesting facts (regarding D to ML ) at : http://www.smlnj.org/sml.html Bjoern BLS schrieb:Hi folks, is there somebody out who knows about the ML programming language ? ML is IMO only known in academic circles, but for some reasons I am interested in translating some ML code into D (if possible); Unfortunately there are very little information available; This is not a urgent request but every hint and help is welcome. Bjoern nanali at nospammmmm wanadoo dott fr Quote : Standard ML is a safe, modular, strict, functional, polymorphic programming language with compile-time type checking and type inference, garbage collection, exception handling, immutable data types and updatable references, abstract data types, and parametric modules. It has efficient implementations and a formal definition with a proof of soundness.
Aug 08 2007
BLS wrote:Hi folks, is there somebody out who knows about the ML programming language ? ML is IMO only known in academic circles, but for some reasons I am interested in translating some ML code into D (if possible); Unfortunately there are very little information available;You mean you can't find any tutorials on the language? Maybe try searching for SML instead of ML. Here's one (found by google search on "SML tutorial"): http://www.dcs.napier.ac.uk/course-notes/sml/manual.html --bb
Aug 08 2007
Bill Baxter schrieb:You mean you can't find any tutorials on the language? Maybe try searching for SML instead of ML. Here's one (found by google search on "SML tutorial"): http://www.dcs.napier.ac.uk/course-notes/sml/manual.html --bbHi Bill, it is you again ! Thanks !!
Aug 08 2007