TypeScript

TypeScript 2.0.3 updated

TypeScript adds types, classes and modules to JavaScript, making JS a real alternative to established large-scale programming languages like Ruby, Python, C# or Java. It's similar to CoffeeScript, being a superset of JavaScript that in the end compiles...

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...

Clojure

Clojure 1.8.0 updated

Besides the JVM, Clojure also targets CLR, the Clojure Language Runtime.The CLR is a native implementation of Clojure on Microsoft's .Net Framework, programmed in C# and using the Dynamic Language Runtime (DLR).Before being such a big deal on the...

Ruby

Ruby 2.3.1 / 1.9.3 updated

Ranked in one of the World's Top 10 most used programming languages, Ruby has been used for lots of known projects across the Web, the most famous being Twitter, a website working mostly on top of a Ruby-based framework. Ruby is also considered one of...

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...

Erlang

Erlang 18.2.1 updated

Erlang was designed by Ericsson's Computer Science Laboratory. The programming language consists of extensive libraries of code for building robust fault-tolerant distributed applications. Erlang also doubles as a runtime system for running distributed,...

Gambas

Gambas 3.8.4 updated

Gambas an be used to design a program GUI's with QT or GTK+. Allows easy access to MySQL, Firebird, PostgreSQL, ODBC and SQLite databases, pilot KDE applications with DCOP, etc.. Can also be used to translate a program into any language, create network...

Klass

Klass 1.4.1 updated

The Klass library can make sure JavaScript supports class inheritance just by including one extra script in your page's header.The library implements class inheritance following the general model other ECMAScript-based programming languages have used.Why...

Apache Avro

Apache Avro 1.8.0 updated

Apache Avro provides a way to serialize data using JSON schemas. These schema files are always present with the data, allowing developers to ship both the data and its structure to any application that may need it. Because of this data can be read and...

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...