newsletterlibrary.com

Top : Computers : Programming : Languages :
ML

Categories
Caml 
NET 
Objective Caml 
Operating Systems 

Websites
ML system for DOS, Linux, Windows.
site exerpt
Moscow ML Home Page  L a strict functional language widely used in teaching and research. Version 2.01 implements the full SML language, including SML Modules, and much of the SML Basis Library. Latest news: Aug 8, 2005: Now there is a self-extracting installer for...
http://www.dina.kvl.dk/~sestoft/mosml.html

MLj: an SML to Java bytecode compiler, based on Persimmon's MLj
site exerpt
MLj 0.2  It produces compact standalone compiled code which can be run on any computer with a Java Virtual Machine. Version 0.2 is a snapshot of internal development at Persimmon IT up to February 1999. As such, it has many improvements over...
http://www.dcs.ed.ac.uk/home/mlj/

A whole-program optimizing compiler for the Standard ML programming language.
http://www.mlton.org/

Compiler and environment for, full implementation of, Standard ML, has libraries for MS Windows, X Window. [Open Source]
site exerpt
Poly/ML Home Page  L is a full implementation of Standard ML available as open-source. The current release version is now 4.2.0. This is significantly faster than version 4.0 both in compilation and run-time. It also includes a symbolic debugger which allows breakpoints to...
http://www.polyml.org/

An on-line tutorial by Stephen Gilmore.
site exerpt
Programming in Standard ML 97: On-line Tutorial  L is a programming language which combines the elegance of functional programming with the effectiveness of imperative programming. This tutorial introduces important concepts in the language, illustrating them with brief examples. The examples are suitable for cutting-and-pasting into an on-line...
http://www.dcs.ed.ac.uk/home/stg/NOTES/

a tutorial for the Standard ML language.
site exerpt
A Gentle Introduction to ML  This service is hosted by There are copies and other formats. Contents LessonsOther resources Introductions Functional languages are introduced. Advice on how to use this document is given and CAL is dismissed. Contributions from readers are presented. Lesson One Hello...
http://www.dcs.napier.ac.uk/course-notes/sml/manual.html

A compiler and programming environment for Standard ML language, with associated libraries, tools, documents. Descriptions, news, downloads (Unix, Windows), literature lists, FAQs, links, and contacts. [Open Source, Lucent]
site exerpt
Standard ML of New Jersey  Although we have not blessed it as a full release, we strongly recommend using one of our recent working versions. Currently, the most recent such version is 110.57. What's New Working version 110.57 available. Bugfixes and minor feature enhancements. Working...
http://www.smlnj.org/

http://www.faqs.org/faqs/meta-lang-faq/

A compiler for the programming language Standard ML.
site exerpt
You should have JavaScript!  You are being redirected to http www.itu.dk/research/mlkit/wiki....
http://www.it-c.dk/research/mlkit/

Framework for customizable, retargetable and optimizing compiler back ends, written in Standard ML. Successfully retargeted to multiple architectures. Deals elegantly with special requirements imposed by the execution model of different high-level, typed languages.
http://cs1.cs.nyu.edu/leunga/www/MLRISC/Doc/html/

Wiki page outlining basics of SML and ways in which it is superior to many other languages.
site exerpt
MlLanguage The Fellowship of Hobbyist Programmers  L stands for meta language though that meaning isn't very relevant to the language today. Today it is simply a family of general purpose programming languages. The two main dialects in use today are Standard ML, a mathematically defined version...
http://www.hprog.org/fhp/MlLanguage

A club for ML users at the University of Edinburgh
site exerpt
Edinburgh LFCS ML-Club Homepage  S has played a major role in the development of the ML programming language. We continue that tradition with these regular meetings to discuss the language's theory, implementation and use. We are interested in many aspects of the language as...
http://www.dcs.ed.ac.uk/home/tpcc/ML-Club/index.html

These notes are intended as a brief introduction to Standard ML (1997 dialect) for the experienced programmer
http://www-2.cs.cmu.edu/People/rwh/introsml/

A Standard ML package providing a portable, typed and abstract interface to the user interface description and command language Tcl/Tk. It allows the implementation of graphical user interfaces in a structured and reusable way, supported by the powerful module system of Standard ML.
site exerpt
 L package providing a portable, typed and abstract interface to the user interface description and command language Tcl/Tk. It allows the implementation of graphical user interfaces in a structured and reusable way, supported by the powerful module system of Standard...
http://www.informatik.uni-bremen.de/~cxl/sml_tk/

A quick comparison of program fragments in the two ML dialects.
site exerpt
SML vs. Ocaml  This page gives a quick side by side comparison of program fragments in the two ML dialects Standard ML 97 revision) and Objective Caml (version 3 It is primarily targetted at people who need to convert code between the two...
http://www.ps.uni-sb.de/~rossberg/SMLvsOcaml.html

ML & SML
site exerpt
 Here is a full transcript sml Standard ML of New Jersey, Version 0.93, February 15, 1993 val it unit print hello world! hello world! val it unit The only parts I typed in where the sml invocation and the program...
http://www2.latech.edu/~acm/helloworld/ml.html

fxp
A validating XML parser written completely in SML.
site exerpt
fxp a Functional XML Parser  L parser written completely in the functional programming language SML. fxp can validate both XML 1.0 and XML 1.1 documents. It has a programming interface allowing for production of XML applications based on fxp. It comes with four example applications:...
http://atseidl2.informatik.tu-muenchen.de/~berlea/Fxp/