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

Ejscript

Ejscript 2.7.0 updated

It adds enhancements such as class declarations, modules, optional typing, and a rich system library to the classical scripting language JavaScript. The Ejscript Web framework has a Model/View/Controller (MVC) paradigm and supports SQL databases with an...

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

JPype

JPype 0.5.4.2

This is achieved not throughre-implementing Python, as Jython/JPython has done, butrather through interfacing at the native level in bothVirtual Machines.It should be possible to replace Java with Python in many situations like JSP, Servlets, RMI servers...

Bacon.js

Bacon.js 0.7.83 updated

Functional reactive programming (FRP) is a merger of two techniques, reactive programming and functional programming. To better understand the concept of Functional Reactive Programming, please refer to its Wikipedia page. Bacon.js implements the core ...

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