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:] ==...

Poly/ML

Poly/ML 5.5.2

Since the 4.0 version of Poly/ML, it now supports the full version of the language as given in the "Definition of Standard ML (Revised)", generally known as ML97.As well as being extremely fast and efficient implementation of Standard ML Poly/ML provides...

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

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

facade

facade 1.0.5

The facade pattern is a software engineering design pattern commonly used with object-oriented programming (OOP).In fact, the library wraps singleton methods from another classes as instance methods of the currently used class.What is new in this...

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

Gambas

Gambas 3.8.4 updated

Gambas an be used to design a program GUI's with QT or GTK+. Allows easy access to MySQL, Firebird, PostgreSQL, ODBC and SQLite databases, pilot KDE applications with DCOP, etc.. Can also be used to translate a program into any language, create network...