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

JSON

JSON 2015-05-03 updated

JSON main features include easy readability and simple writing format, for both machines and humans.It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely...

AMDclean

AMDclean 2.7.0

AMDclean will take the developer's JavaScript code written following the well-known AMD guidelines, parse it, and then transform it to the pure, official version of the JavaScript syntax.The library can be used as a Node module or as an in-browser...

Luck

Luck Beta 4

Luck is an attempt to create a better programming language that can support both object-oriented and functional programming paradigms.The language achieves fast compilation times, is both type and memory safe, and its syntax is influenced by languages...

Theory

Theory 0.2.8

Theory allows developers to write JavaScript syntax that can run on both servers and browsers, without having to worry about platform specific syntax (notably Node.js syntax is different from vanilla JS syntax).Along with Theory, better dependency...

hy

hy 0.10.1

hy is a variant of the Lisp programming language.It's different from other language variants because it compilers directly into Python ASTs (abstract syntax trees).This basically allows developers to embed Lisp code anywhere in a Python-based app or...

pyquery

pyquery 1.2.9

The pyquery API and syntax tries to stick as much as possible to the original jQuery implementation, nevertheless some differences are present.For actually interacting with the HTML and XML documents themselves, the lxml library is used.pyquery only deals...