PyvaScript - Python-like syntax for JavaScript
PyvaScript is an easier JavaScript syntax inspired by Python with the goal of writing easier and more readable client-side JavaScript code and removing the major bug sources (forgotten "var", semicolons, etc.). You can read an introduction in the blog post PyvaScript - Pythonic syntax for your browser.
Note that you have to install PyMeta 2 via setup.py install
first.
- Intro post
- Source
- Download
- See also another programming language project: Ensody