Pure-lang: algebraic Haskell with dynamic typingcode.google.com 2 pointsdubiousjim14 years ago1 commentSaveHideCopy link On HNComments−dubiousjimOP14ySyntax is Haselly; but capabilities are more like a mix of OCaml (reference cells, evaluation strict by default) and Scheme (dynamic typing, macros) and an algebraic language like Mathematica (expressions don't need to fully reduce).Here is a page of sample code, with extensive comments: http://code.google.com/p/pure-lang/source/browse/pure/exampl...
Comments
Syntax is Haselly; but capabilities are more like a mix of OCaml (reference cells, evaluation strict by default) and Scheme (dynamic typing, macros) and an algebraic language like Mathematica (expressions don't need to fully reduce).
Here is a page of sample code, with extensive comments: http://code.google.com/p/pure-lang/source/browse/pure/exampl...