kajs

0.1.9 • Public • Published

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

/kajs/

    Package Sidebar

    Install

    npm i kajs

    Weekly Downloads

    20

    Version

    0.1.9

    License

    none

    Last publish

    Collaborators

    • kingkabir