Best Compilers Scripts for Web
Assets-packager combines various already-known utilities to provide a more powerful solution for modern, performance-based Web development.In layman's terms, it merges, compiles (when necessary), pre-processes and compresses assets like CSS, JavaScript...
IcedCoffeeScript is based on CoffeeScript, a programming language that compiles into JavaScript, and natively supports all .coffee files.The main difference between the original CoffeeScript language and IcedCoffeeScript is the latter's support for...
CoffeeScript is a programming language that uses a special JS-like markup, that eventually compiles back into JavaScript.Parsec Coffee Script aims at adding support for macros and syntax extensibility to CoffeeScript, basically improving the underlying...
Created to replace the YUI Build Tool, Shifter is a powerful build and scaffolding toolkit developed on top of Gears.js. Shifter works just like the aforementioned tools, building HTML, JS and CSS projects found inside a designated folder.It works by...
Objective-C is a general-purpose, high-level, object-oriented programming language, the main force behind Apple's iOS and Mac operating systems.RubyCocoa allows programmers to develop Apple software using mainly Ruby code.Since a high degree of...
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...
Duo or Duo.js, uses concepts from other package managers, blending various features together to provide a more solid solution for managing HTML, CSS, and JavaScript code automatically, based on a simple configuration file.With ideas and features borrowed...
Similar to the 'rails' command, but generates the folders and starting files for a new...
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...
MoonScript was inspired by CoffeeScript and is one of the fastest to-Lua compilers around.
MoonScript code can be compiled at runtime or at a peculiar time and have the code executed later.What is new in this release:Added continue keyword for skipping...