timothycrosley / jiphy

Your client side done in a jiphy. Python to JavaScript 2-way converter.
MIT License
585 stars 73 forks source link

lambda function support #29

Closed ajduberstein closed 4 years ago

ajduberstein commented 6 years ago

Awesome project. Any chance we could get support for lambda functions?

In [1]: import jiphy

In [2]: jiphy.to.javascript('lambda x: return x')
Out[2]: u'lambda x: return x'