Imba • TodoMVC
Create complex web apps with ease! Imba is a new programming language for the web that compiles to highly performant and readable JavaScript. It has language level support for defining, extending, subclassing, instantiating and rendering dom nodes.
Let us know if you discover anything worth sharing.
- Run
npm install
- Open
index.html
in your browser to see it in action!
The source resides in src/app.imba
. Run npm run watch
to recompile the source locally. Make sure you have installed Imba through npm: npm install -g imba
first.
Created by Sindre Aarsaether