Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kajs

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kajs

Enhanced Syntax for Javascript

  • 0.1.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 16 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc