syntax_sugar_python icon indicating copy to clipboard operation
syntax_sugar_python copied to clipboard

A library adding some anti-Pythonic syntatic sugar to Python

Results 2 syntax_sugar_python issues
Sort by recently updated
recently updated
newest added

something like below: ``` python async def coro(n): ... pipe(range(10)) | c[coro] * 3 | END ```

proposal

https://github.com/lihaoyi/macropy https://github.com/Suor/patterns/ https://github.com/JulienPalard/Pipe http://neopythonic.blogspot.co.uk/2009/04/tail-recursion-elimination.html http://coconut-lang.org/ https://github.com/kachayev/fn.py https://github.com/pytoolz/toolz http://eventlet.net/doc/index.html https://gist.github.com/senko/4b09ad285340c8ec2661 https://en.wikipedia.org/wiki/Bulk_synchronous_parallel