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

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

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

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

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

Erlang

Erlang 18.2.1 updated

Erlang was designed by Ericsson's Computer Science Laboratory. The programming language consists of extensive libraries of code for building robust fault-tolerant distributed applications. Erlang also doubles as a runtime system for running distributed,...

EvoSynth

EvoSynth 0.2.0

EvoSynth stands for Evolutionary Computation Synthesizer.Features:General features: Classes for individuals, populations, algorithm profiles, genomes support for custom randomizer Meta operators: proportional, sequentional and conditional combined...

facade

facade 1.0.5

The facade pattern is a software engineering design pattern commonly used with object-oriented programming (OOP).In fact, the library wraps singleton methods from another classes as instance methods of the currently used class.What is new in this...