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

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

Zephir

Zephir 0.8.0 updated

Zephir stands for Ze(nd Engine) Ph(p) I(nt)r(mediate).With Zephir, developers can create extensions for PHP running under the Zend Engine.Zephir allows them to build these PHP extensions in C, which when used in production environments are much faster and...

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

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

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

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

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