CL-JavaScript

CL-JavaScript 0.12.03

CL-JavaScript allows developers to add scripts to Common Lisp applications.It is to Common List as JavaScript is to HTML. CL-JavaScript is actually a JavaScript to Common Lisp translator, runtime, and standard library.The Lisp compiler takes JavaScript...

Clean-css

Clean-css 0.7.0

Similar to many other CSS compilers out there, Clean-css is a little bit faster thanks to its Node.js integration.Under the hood it does all the things a CSS minifier should do.From removing comments and whitespace, to optimizing color codes and even to...

ClojureScript

ClojureScript 3308 updated

Clojure is a dynamic programming language, a dialect of Lisp that targets the Java Virtual Machine.ClojureScript works in a very simple manner. It reads Clojure code and tries to convert it as accurately as possible to JavaScript syntax.The outputted code...

Closure (Python)

Closure (Python) 20140110

Closure is a compiler for optimizing JavaScript code, created and used by Google.It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls.Originally written in Java, this package implements it for Python...

Closure Compiler

Closure Compiler 20160125 updated

The Closure Compiler was written in Java and it has for many years achieved the best results when it come to analyzing, validating, and compressing JavaScript code for the Web. It's unique from other compilers not only because it compresses code...

Coco

Coco 0.9.1 / 0.9.2b

CoffeeScript is it's own scripting language that compiles into JavaScript. It's basically a markup language that is compiled to JS code.It was created to improve the way people write JavaScript, but did not manage to fix all the quirks.Coco on the other...

It watches a folder full of CoffeeScript files and automatically merges and compiles all of them into one single JavaScript file whenever a change is detected.The script needs to be run from the Ruby CLI.Installation and usage instructions are provided...

CoffeeScript

CoffeeScript 1.9.3 updated

The CoffeeScript compiler is written in pure CoffeeScript, using a small DSL on top of the Jison parser generator, and is available as a Node.js utility.The core compiler however, does not depend on Node, and can be run in other server-side-JavaScript...

Contenticious works from any operating system that can run Perl and provide access to a terminal.Previously from building the site with simple commands in the CLI, the site editors need to place their content inside Markdown files.When compiling,...