www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Standard ML to D translation

reply BLS <nanali nospam-wanadoo.fr> writes:
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
next sibling parent BLS <nanali nospam-wanadoo.fr> writes:
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
prev sibling parent reply Bill Baxter <dnewsgroup billbaxter.com> writes:
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
parent BLS <nanali nospam-wanadoo.fr> writes:
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
 
 --bb
Hi Bill, it is you again ! Thanks !!
Aug 08 2007