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

Lisphp

Lisphp 1.1.0

Lisphp can currently be used from the PHP CLI or just like any other library, embedded in the code.Lisphp also implements sandbox and production environments, for easily testing code in private before sending it out to a live application.For security...

Reactor.js

Reactor.js 0.1.0

Reactive programming is a programming paradigm oriented around data flows and the propagation of change.Basically Reactor.js exposes a set of "reactive variables."These variables work by automatically updating their values based on changes in their...

Gauche

Gauche 0.9.4

It will allow programmers and system administrators to write small to large scripts for their applications.Gauche is a script engine in the sense that it reads and evaluates the source code, but internally it compiles Scheme expressions into an...

Qore

Qore 0.8.11

It also supports run-time language extensions through modules, suitable for interface development, application scripting, SQL integration, etc..What is new in this release:Added the Qore::AFMap and Qore::AFStrMap constants Added logic to the default file...

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

TypeScript

TypeScript 2.0.3 updated

TypeScript adds types, classes and modules to JavaScript, making JS a real alternative to established large-scale programming languages like Ruby, Python, C# or Java. It's similar to CoffeeScript, being a superset of JavaScript that in the end compiles...

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