flexxui / pscript

Python to JavaScript compiler
http://pscript.readthedocs.io
BSD 2-Clause "Simplified" License
256 stars 25 forks source link

Allow disabling overloading of add mul == and truthy #36

Closed almarklein closed 5 years ago

almarklein commented 5 years ago

This change allows writing more performant code where it matters.

almarklein commented 5 years ago

Noting: we can't enable Python 3.7 because:

sigh...