This repository was archived by the owner on Oct 23, 2018. It is now read-only.
forked from mishoo/UglifyJS
-
Notifications
You must be signed in to change notification settings - Fork 2
A Tour of the ColaScript
TheGreatPanda edited this page Apr 1, 2015
·
3 revisions
ColaScript is a language that compiles into JavaScript. ColaScript is similar to Dart, CoffeeScript, Python, Go and PHP, with some original ideas.
For compatibility with existing JS libraries and frameworks you can include and require them in your Cola code. You can also import CommonJS modules. The language is currently still in development, so some features aren't implemented yet. For example, static typing doesn't work yet, but in the near future this feature will be added.
Here are some features that differ ColaScript from JavaScript:
Chapters: