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

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

Elixir

Elixir 1.2.0 updated

Erlang is a general-purpose concurrent programming language designed by Ericsson's Computer Science Laboratory. Elixir takes advantage of Erlang's features to create complex, dynamic, concurrent, scalable, fault-tolerant and distributed...

Mako

Mako 1.0.1

Mako's syntax and API borrows from the best ideas of many others, including Django templates, Myghty, Cheetah and Genshi.Features:Simple API Fast rendering Bench suite included Control structures Straight Python blocks Inline or at the module-level Plain...

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

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

Lisphp

Lisphp 1.1.0

Lisphp can currently be used from the PHP CLI or just like any other library, embedded in the code.Lisphp also implements sandbox and production environments, for easily testing code in private before sending it out to a live application.For security...

sweet.js

sweet.js 0.7.4

Advanced programming languages like Scheme, Scala, Racket and Rust have support for macros, a way to run a series of instructions or source via a simple command/statement.This library adds the same functionality to JavaScript, a scripting language where...

TypeScript

TypeScript 2.0.3 updated

TypeScript adds types, classes and modules to JavaScript, making JS a real alternative to established large-scale programming languages like Ruby, Python, C# or Java. It's similar to CoffeeScript, being a superset of JavaScript that in the end compiles...