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

Skulpt

Skulpt 0.9.9

Skulpt ports basic Python functions to JavaScript code, allowing developers to run them client-side in the user's browser without a Python compiler on a server or on the client's side.The library is basically a collection of tools and methods that make an...

Bacon.js

Bacon.js 0.7.83 updated

Functional reactive programming (FRP) is a merger of two techniques, reactive programming and functional programming. To better understand the concept of Functional Reactive Programming, please refer to its Wikipedia page. Bacon.js implements the core ...

Racket

Racket 6.3 updated

It supports the creation of new programming languages through a rich, expressive syntax system. Racket, as its predecessor PLT Scheme is a variant of Scheme. The language supports scripting.What is new in this release:The package manager supports a direct...

OCaml

OCaml 4.02.3 updated

It is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML.Objective Caml comprises two compilers. One generates bytecode which is...

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

Elixir

Elixir 1.2.0 updated

Erlang is a general-purpose concurrent programming language designed by Ericsson's Computer Science Laboratory. Elixir takes advantage of Erlang's features to create complex, dynamic, concurrent, scalable, fault-tolerant and distributed...

PyHAML

PyHAML 1.1.0

HAML is a cross compiling to Mako template syntax.What is new in this release:Fix use of parenthesis within strings in tag attributes (e.g. %a(name=":)")). Fix use of colons within control statements (e.g. either colon in if x[-1:] ==...