UFL

UFL 1.4.0

The Unified Form Language (UFL) is a domain specific language for declaration of finite element discretizations of variational forms.It defines a flexible interface for choosing finite element spaces and defining expressions for weak forms using a...

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

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

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

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

Skulpt

Skulpt 0.9.9

Skulpt ports basic Python functions to JavaScript code, allowing developers to run them client-side in the user's browser without a Python compiler on a server or on the client's side.The library is basically a collection of tools and methods that make an...

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

RPy

RPy 2.7.8 updated

It can manage all kinds of R objects and can execute arbitrary R functions (including the graphic functions). All errors from the R language are converted to Python exceptions. Any module installed for the R system can also be utilized from within Python...

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