PEG.js

PEG.js 0.9.0 updated

PEG.js can be used to create parsers which process complex data or computer languages. It is as an underlying tool for creating data processors, interpreters, transformers or compilers.What is new in this release:Converted the test suite from QUnit to...

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

PHP

PHP 7.0.6 / 5.6.21 / 5.5.35 updated

For a long time, PHP held the title of World's most used programming language. Only recently it lost it to the likes of C++ and Java, but PHP is still a language to take into account when needing to develop your future project. Once the first choice of...

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

PureScript

PureScript 0.7.6.1 updated

PureScript was inspired by Haskell and is a way to write very complex and dynamic code and then compile it JavaScript and run it in your browser. It includes lots of features JavaScript will never be able to support natively, enabling developers to write...

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

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