Best Compilers Scripts for Web
Protocol Buffers will not only help cut down the size of the transfer, but also improve the time it takes to encode and send it as well.Developed at Google to help improve data transfers, Protocol Buffers is ideal for all RPC-based protocols and adjacent...
Pythonium is a Python to JavaScript bridge, allowing Python developers to write their apps and websites in the language they know best and then convert it to JS.Pythonium is actually made of two sections.Pythonium Veloce focusing more on speed and...
Standard ML (SML) is very advanced modular programming language that supports many features like type inference, garbage collection, exception handling, immutable data types, updatable references, abstract data types and compile-time type...
It currently supports the entire Haskell 98 language and a wide variety of language extensions.Features:GHC has particularly good support for concurrency and parallelism, including support for Software Transactional Memory (STM).
GHC generates fast code,...
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...
Works as the JS version. This is a port of the 2.4.8 version.The PHP version even supports LESS compilation before compression, if the CSS code has been written in LESS.The original YUI Compressor can be downloaded from here.What is new in this...
Provides an integrated native compiler, a debugger, and many extensions.
Steel Bank Common Lisp (SBCL) was tested on various POSIX platforms and Windows.What is new in this release:Enhancement:
sb-bsd-sockets now has basic support for IPv6
An sb-unicode...
LESSCPY is an alternative to the native LESS CSS compiler written in Node.js.Features:cursor-pointer" onclick="spovl3hide();"> Application features Variables
String interpolation
Mixins
Parametered mixins...
Opal compiles source-to-source.
Besides the version, Opal can also be integrated with jQuery, Ruby on Rails, Node.js and TodoMVC.What is new in this release:Remove Sprockets 3.0 support.
What is new in version 0.8.1:Remove Sprockets 3.0 support.
What is...
LuaJIT 2.0.4 / 2.1.0-beta1 updated
Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.Just-in-time compilation (JIT) is a method to dynamically compile code and allow an application to run faster. LuaJIT is a JIT system...