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

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

Python

Python 3.5.1 / 2.7.11 updated

Python is similar to a programming language like Ruby, providing a simple syntax that allows developers to quickly put together applications and websites without having to write very much code to do so. The language supports well-known functional, OOP,...

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

Racket

Racket 6.3 updated

It supports the creation of new programming languages through a rich, expressive syntax system. Racket, as its predecessor PLT Scheme is a variant of Scheme. The language supports scripting.What is new in this release:The package manager supports a direct...

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

RealRand

RealRand 2.0.2

The script, written as a simple API, wants to mimic the real random number generating algorithm, found mainly in nature.It connects to several online services that generate random numbers, and retrieves a number.This project encapsulates all these very...

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

RLua

RLua 1.0 / 1.0.beta1

It contains almost the full coverage of the Lua C API, seamless translation of Lua and Ruby objects into each other and calling functions of each language from other one.Hashes and Arrays are translated recursively: all keys and values are translated...