Julia

Julia 0.4.0-rc3 updated

Julia's syntax resembles MATLAB's syntax.Features: Sophisticated compiler Distributed parallel execution Numerical accuracy Extensive mathematical function library Best-of-breed C and Fortran libraries for linear algebra Random number...

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

Lua

Lua 5.3.1 updated

Lua can also be used as a general-purpose, stand-alone language.It is currently the leading scripting language in game development.What is new in this release:The main features in Lua 5.2 are yieldable pcall and metamethods, new lexical scheme for...

ClearScript

ClearScript 5.4.2.1 updated

ClearScript is a mash-up from Google's V8 engine, Microsoft's JScript, and VBScript, adding a scripting language interpreter to any .NET-based website, desktop, or mobile application.This means developers can use JavaScript or VBScript on top of C# or...

NetworkX

NetworkX 1.9.1 / 1.10rc2 updated

It comes with a graphing utility, to help user better understand network usage and functions.Features: Allows for 1M nodes, 10M edges Includes standard graph-theoretic and statistical physics functions Easy exchange of network algorithms between...

regex

regex 2015.07.12 updated

The regex module is still in its incipient stages of development.Nevertheless, it still outdoes and outclasses the default "re" module by a long shot.While the original "re" module was focused on porting similar functionality found in Perl, regex also...

newLISP

newLISP 10.6.2 / 10.6.3-dev updated

It is very similar syntax to LISP, but with a lot more functions built in and a more easy and friendlier interface.What is new in this release:Stable release 10.6.0 now has a native expansion macro function and adds many other improvements in several...

Acquisition

Acquisition 4.2.2 updated

Two styles of acquisition are supported: explicit and implicit acquisition.Implicit acquisition is so named because it searches for attributes from the environment automatically whenever an attribute cannot be obtained directly from an object or through...

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