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...
rapydscript is a precompiler 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 pythoninabrowser 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).
Official Website
Twitter
Facebook
Scripting language Object oriented Language
development web-development javascript-development developer-tools programming scripting-language object-oriented-language programming-language interpreter compilers pre-compiler