MLite: Difference between revisions

From Rosetta Code
Content added Content deleted
(added mLite)
 
(Redirected page to Category:MLite)
 
Line 1: Line 1:
#REDIRECT [[:Category:mLite]]
{{language|mLite
|gc=yes
|hopl=no
|site=http://www.t3x.org/mlite/index.html}}
{{language programming paradigm|functional}}

'''mLite''' is a is a general-purpose, functional, lightweight,
dynamic programming language. It borrows ideas
from both the Scheme [R4RS] and Standard ML
[DEFSML] languages, taking most of its syntax
from ML and its dynamic nature from Scheme. It
extends ML-style pattern matching by adding
guarded patterns and also introduces the principle
of implicit guards. The implementation presented
here is intended to be portable and easily realized
on top of existing Scheme systems.

mLite source files use the extension <code>.m</code>.

Latest revision as of 13:31, 27 October 2014

Redirect to: