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

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

Rust

Rust 1.7.0 updated

Rust comes as a suite of associated libraries, documentation files, and a full-on compiler. The language itself was written specifically for developing client-server Web apps, with the main focus being on speed and a crash-free design. Rust's syntax is...

Elm

Elm 0.16 updated

Elm is basically a compiler written in Haskell. It takes Elm files and outputs them as HTML, CSS and JS files, ready to be deployed to any Web server. The main purpose of Elm is to provide a more powerful programming environment for the Web, but still...

hy

hy 0.10.1

hy is a variant of the Lisp programming language.It's different from other language variants because it compilers directly into Python ASTs (abstract syntax trees).This basically allows developers to embed Lisp code anywhere in a Python-based app or...

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

Inject

Inject 3.3.1

It uses descriptors and decorators to reference external dependencies, and scopes to specify how to reuse objects.Dependencies can be referenced by types and optional annotations.No configuration is required, but advanced in-code configuration is...