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

Clojure

Clojure 1.8.0 updated

Besides the JVM, Clojure also targets CLR, the Clojure Language Runtime.The CLR is a native implementation of Clojure on Microsoft's .Net Framework, programmed in C# and using the Dynamic Language Runtime (DLR).Before being such a big deal on the...

newLISP

newLISP 10.6.2 / 10.6.3-dev updated

It is very similar syntax to LISP, but with a lot more functions built in and a more easy and friendlier interface.What is new in this release:Stable release 10.6.0 now has a native expansion macro function and adds many other improvements in several...

withrestart

withrestart 0.2.7

The 'withrestart' module allows for errors to occur without being fatal to the execution process.This is done via a 'restart' function that allows code execution to start over or continue from its break point.Using something like 'withrestart' in Python...

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

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

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

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