A Tour of the ColaScript (original) (raw)
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: