Perl

Perl 6.0.0 / 5.24.0 updated

After over 20 years of development, Perl is one of the most mature and secure programming languages around.Features:Integrates numerous features from many other programming languages (C, awk, sed, sh, and BASIC) A database interface (known as DBI) Works...

Groovy

Groovy 2.4.3 updated

Many of its features are inspired by languages like Python, Smalltalk and Ruby, making them available to developers using a Java-like syntax.Groovy can be used for developing web applications , writing shell scripts, writing concise, meaningful, test...

AbsurdJS

AbsurdJS 0.3.6 updated

AbsurdJS is a CSS and HTML preprocessor, in the domain of similar tools like Less.js, HAML or SCSS.Just like them, it uses an intermediate step where more complex execution criteria can be added.This means that the final CSS and HTML code that gets sent...

PHP

PHP 7.0.6 / 5.6.21 / 5.5.35 updated

For a long time, PHP held the title of World's most used programming language. Only recently it lost it to the likes of C++ and Java, but PHP is still a language to take into account when needing to develop your future project. Once the first choice of...

PureScript

PureScript 0.7.6.1 updated

PureScript was inspired by Haskell and is a way to write very complex and dynamic code and then compile it JavaScript and run it in your browser. It includes lots of features JavaScript will never be able to support natively, enabling developers to write...

Stackless Python

Stackless Python 3.4.2 / 3.3.6 / 3.2.5 / 3.1.3 / 2.7.9 / 2.6.5

Stackless Python is basically a Python interpreter that reduces the use of the C stack.It allows usage of programming threads, but without all the hassle and negative parts.Stackless Python can be used instead of regular Python, the syntax and all Python...

JSON

JSON 2015-05-03 updated

JSON main features include easy readability and simple writing format, for both machines and humans.It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely...

sweet.js

sweet.js 0.7.4

Advanced programming languages like Scheme, Scala, Racket and Rust have support for macros, a way to run a series of instructions or source via a simple command/statement.This library adds the same functionality to JavaScript, a scripting language where...

RPy

RPy 2.7.8 updated

It can manage all kinds of R objects and can execute arbitrary R functions (including the graphic functions). All errors from the R language are converted to Python exceptions. Any module installed for the R system can also be utilized from within Python...