Skip to content

Fantu/cjs

 
 

Repository files navigation

License License

CJS fork of GJS for Cinnamon. It is functionally identical, and is only to maintain stability with the Cinnamon release cycle, and between various distributions.

CJS is a JavaScript runtime built on Firefox's SpiderMonkey JavaScript engine and the GNOME platform libraries.

Usage

CJS includes a command-line interpreter, usually installed in /usr/bin/cjs. Type cjs to start it and test out your JavaScript statements interactively. Hit Ctrl+D to exit.

cjs filename.js runs a whole program. cjs -d filename.js does that and starts a debugger as well.

There are also facilities for generating code coverage reports. Type cjs --help for more information.


.

Upstream

Contributing

Contributors

For instructions on how to get started contributing to GJS, please read the contributing guide, https://gitlab.gnome.org/GNOME/gjs/blob/HEAD/CONTRIBUTING.md.

History

GJS probably started in August 2008 with this blog post and this experimental code. GJS in its current form was first developed in October 2008 at a company called litl, for their litl webbook product. It was soon adopted as the basis of GNOME Shell's UI code and extensions system and debuted as a fundamental component of GNOME 3.0.

In February 2013 at the GNOME Developer Experience Hackfest GJS was declared the 'first among equals' of languages for GNOME application development. That proved controversial for many, and was later abandoned.

At the time of writing (2018) GJS is used in many systems including Endless OS's framework for offline content and, as a forked version, Cinnamon.

Reading material

Documentation

JavaScript & SpiderMonkey

GNOME Contribution

License

Dual licensed under LGPL 2.0+ and MIT.

Thanks

The form of this README was inspired by Nadia Odunayo on the Greater Than Code podcast.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 53.3%
  • JavaScript 39.4%
  • C 2.2%
  • Shell 2.1%
  • Meson 1.6%
  • Python 1.3%
  • Other 0.1%