On Wed, Aug 16, 2017 at 10:06 PM, Abdur-Rahmaan Janhangeer <[email protected]> wrote: > hum i'm saying that if i write a compiler for python based on the js > language, is there any guideline as how to make the syntax more pythonic?
You may want to look at prior art, including PyPyJS and Brython. https://github.com/pypyjs/pypyjs-examples https://www.brython.info/static_doc/en/dom_api.html ChrisA _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
