There was an interesting language that made the rounds on reddit /r/programming 
a few days ago:

http://chrisdone.com/z/

Reddit discussion page:

http://www.reddit.com/r/programming/comments/15r6tb/z_a_tiny_strict_impure_dynamically_typed_curried/

It's an indentation-based lisp-like language, although the indentation rules 
differ somewhat from sweet-expressions. It also features a macro system that 
actually parses its own input and outputs a string that gets re-parsed. The 
language uses Haskell/Parsec for parsing and evaluation, so it might be 
interesting to compare that approach with the ANTLR-based grammar.

Ben
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to