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

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

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

Stackless Python

Stackless Python 3.4.2 / 3.3.6 / 3.2.5 / 3.1.3 / 2.7.9 / 2.6.5

Stackless Python is basically a Python interpreter that reduces the use of the C stack.It allows usage of programming threads, but without all the hassle and negative parts.Stackless Python can be used instead of regular Python, the syntax and all Python...

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

Pyret

Pyret 0.5

Racket is an interactive, integrated, graphical programming environment for the Scheme, MzScheme, and MrEd programming languages.Pyret is loosely based on Racket, serving as a basic scripting utility, with a basic Python-like syntax.Writing code in Pyret...

withrestart

withrestart 0.2.7

The 'withrestart' module allows for errors to occur without being fatal to the execution process.This is done via a 'restart' function that allows code execution to start over or continue from its break point.Using something like 'withrestart' in Python...

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