Rust

Rust 1.7.0 updated

Rust comes as a suite of associated libraries, documentation files, and a full-on compiler. The language itself was written specifically for developing client-server Web apps, with the main focus being on speed and a crash-free design. Rust's syntax is...

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

Babel

Babel 6.7.3 updated

Babel was created to help developers avoid the problem from switching between two syntax variants of a programming language. After all the Python 2.x and 3.x mess, a library like Babel will help you easily convert code written in the more modern ES6 to...

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

Logtalk

Logtalk 3.03.0 updated

Prolog is a general purpose logic programming language that was released back in 1972, with very few updates since. Logtalk was created to add more modern features to Prolog, mainly performance improvements, lambda expressions, grammar rules, improved...

AspectJ

AspectJ 1.8.8 updated

Developed by the Eclipse Foundation, it is an unofficial standard by itself in the AOP community, being a major influence for many other AOP frameworks. It uses Java-like syntax and has included IDE integrations.Features:Seamless aspect-oriented extension...

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

Elm

Elm 0.16 updated

Elm is basically a compiler written in Haskell. It takes Elm files and outputs them as HTML, CSS and JS files, ready to be deployed to any Web server. The main purpose of Elm is to provide a more powerful programming environment for the Web, but still...

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