RapydScript is a pre-compiler for JavaScript, similar to CoffeeScript, but with cleaner, more readable syntax. The syntax is very similar to Python, but allows JavaScript as well. It's not another Python-in-a-browser clone, it's actually JavaScript with more Pythonic syntax.
RapydScript breaks some of the rules of Python to make JavaScript development more enjoyable. Like CoffeeScript, RapydScript is 100% compatible with all browsers and JavaScript libraries. To make development more fun, it brings a number of features from Python into the JavaScript world (classical inheritance, better scope control, modules and importing, and some other syntax sugar).
↧