Small functional language that compiles to JavaScript.

[roy] git.io/3tmZww Alexander Solovyov - add ajax monad as an example
[roy] git.io/LfL3gw Brian McKenna - Merge pull request #47 from paulmillr/unicode-operators Implement unicode operators & new bind.
[roy] git.io/yRBBew Paul Miller - Remove for all, elem, composition.
[roy] git.io/oNVSPg Paul Miller - Implement unicode identifiers & new bind. Implements unicode identifiers: λ: \ ←: <- (repla...
[roy] git.io/YxgrgA esehara - Add command for loading an external file (':l')
[roy] git.io/vYOmFw Brian McKenna - Clear state before type-checking Fixes problem with website reporing "multiple declaration" e...
Replying to @sansolovyov
@asolovyov we currently talk about #Roy quite a bit on #altjs but moving over to #roy on FreeNode sounds like a good idea
Important change from @paulmillr. Lambdas now use Haskell syntax: github.com/pufuwozu/roy/issu…
2
1
[roy] git.io/mxY2aA Brian McKenna - Merge pull request #32 from paulmillr/new-lambda Use haskell's lambda syntax.
[roy] git.io/VJMhCg Brian McKenna - Merge pull request #35 from paulmillr/remove-textmate-language Remove Roy TextMate language s...
[roy] git.io/V_5xWA Brian McKenna - Merge pull request #36 from paulmillr/new-readme Use future-friendly & more markdown-idiomati...
[roy] git.io/ikzYgg Paul Miller - Use future-friendly & more idiomatic README.
[roy] git.io/TF7E9A Brian McKenna - Throw error when multiple declarations of type constructor