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

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

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

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

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

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

RealRand

RealRand 2.0.2

The script, written as a simple API, wants to mimic the real random number generating algorithm, found mainly in nature.It connects to several online services that generate random numbers, and retrieves a number.This project encapsulates all these very...

Lua

Lua 5.3.1 updated

Lua can also be used as a general-purpose, stand-alone language.It is currently the leading scripting language in game development.What is new in this release:The main features in Lua 5.2 are yieldable pcall and metamethods, new lexical scheme for...