RubyTree

RubyTree 0.9.4 / 0.9.5pre4

It provides easy access methods for navigating the hierarchy, as well as for accessing the nodes.It also provides the ability to marshal the entire tree structure.RubyTree aims to provide a simple to use node based model for the conceptual tree, and the...

Py4J

Py4J 0.8.1

Methods are called as if the Java objects resided in the Python interpreter.All Java collections can be accessed using the standard Python collection methods.There is no code to generate and no interface to implement for shared objects on both sides,...

Babel

Babel 6.7.3 updated

Babel was created to help developers avoid the problem from switching between two syntax variants of a programming language. After all the Python 2.x and 3.x mess, a library like Babel will help you easily convert code written in the more modern ES6 to...

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

Parameters

Parameters 0.4.4

The gem can be used in native Ruby apps, as well as ruby-powered frameworks.Features:Give parameters default values. Default values maybe either objects or lambdas used to generate the default value. Change default values of parameters. Give descriptions...

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

Gambit

Gambit 4.8.3 updated

Gambit was previously known as SIS (Simple Implementation of Scheme) and formed the original Prolog package. The package is made from two programs: - gsi, the Gambit Scheme interpreter - gsc, the Gambit Scheme compiler. The compiler outputs portable C...