0.1.9 • Published 9 years ago
kajs v0.1.9
Kajs - Little Language
Enhances Javascript
Usage
No Implicit Variable Declaration
You can do x = 2
, and KaJs will compile this into var x; x = 2
No Bracket Declaration
You don't need brackets. You can do randomFunction 2
, and KaJs will compile into randomFunction(2)
"Print" Shortcut
Tired of typing console.log()
?, well now just do print "Hello World"
Ruby-like @ Shortcut
No need for this
, just replace it with @
Compiles to Readable Code
Banner coming soon
Credits
This is a project built on top of Kaffiene, which is another awesome language. I have added a couple more features to make it even more awesome!
License
MIT License, © Kabir Shah
0.1.9
9 years ago
0.1.8
9 years ago
0.1.6
9 years ago
0.1.4
9 years ago
0.1.3
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago
0.0.11
9 years ago
0.0.10
9 years ago
0.0.9
9 years ago
0.0.8
9 years ago
0.0.7
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago