Comment on Pure-lang: algebraic Haskell with dynamic typingComments−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...