RapydScript icon
RapydScript icon

RapydScript

 3 likes

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...

A ray-tracing demo

License model

  • FreeOpen Source

Country of Origin

  • RU flagRussia

Platforms

  • Mac
  • Windows
  • Linux
  • Online
  No rating
3likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Object-oriented Language
  2.  Interpreter

RapydScript News & Activities

Highlights All activities

Recent activities

No activities found.

RapydScript information

  • Developed by

    RU flagAlexander Tsepkov
  • Licensing

    Open Source and Free product.
  • Alternatives

    15 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 0 comments and reviews about RapydScript, and it has gotten 3 likes

RapydScript was added to AlternativeTo by AlexanderTsepkov on Oct 27, 2014 and this page was last updated Jul 1, 2020.
No comments or reviews, maybe you want to be first?
Post comment/review

What is RapydScript?

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).