SnakeScript? (CoffeeScript for Python)

2012-02-02 Thread Michal Hantl
Hello,
 I've been looking for something similar to CoffeeScript, but for python.

Does anyone know of such project? 


So far I haven't found any attempt to do this, so I took few regular 
expressions and hacked this:
https://plus.google.com/116702779841286800811/posts/56sBdwiZ4fT

Any advice on what parses to use for the CoffeeScript-like syntaxe? I would 
like to use parser written in Python so I don't introduce dependencies.

Any advice from Python gurus / language experimentators?

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: SnakeScript? (CoffeeScript for Python)

2012-02-06 Thread Michal Hantl
See the link I attached. 
Ruby-like blocks would be nice too.
Implicit returns.
Better strings like """My name is #{name}""".
-- 
http://mail.python.org/mailman/listinfo/python-list