RSS 24 projects tagged "programming language"

Download Website Updated 20 May 2013 HGL Suite

Screenshot
Pop 156.63
Vit 11.50

HGL is a compiler/interpreter suite for developing images. It features its own simple but powerful language, an output format configurable by plugins, runtime input handled by plugins, and easy integration into various environments like Web servers or graphical applications. The input is taken from a source file, which has to be compiled for quick and frequent access by the interpreter. An interpreter then runs the compiled files, takes input from custom plugins (if neccessary), and outputs its result via custom plugins.

Download Website Updated 11 May 2013 LoLCode 1337

Screenshot
Pop 133.34
Vit 4.40

LoLCode 1337 is an implementation of the esoteric programming language lolcode. It comes with a compiler, a virtual machine, and a tiny debugger.

Download Website Updated 09 May 2013 o42a

Screenshot
Pop 133.49
Vit 26.45

o42a is a high-level general purpose programming language. It is compiled, statically-typed, prototype-based, logic-driven, and primarily declarative, while the imperative programming style is also supported. A program written in o42a is closer to natural English text than one written in any C-like programming language. The language is designed with programming productivity and code maintainability as main priorities. This achieved by powerful, yet restrained, semantics, and expressive and natural syntax.

No download No website Updated 16 Feb 2013 libklel

Screenshot
Pop 35.92
Vit 1.92

The KoreLogic Expression Language Library (libklel) is a C library that provides a simple expression language that can be embedded in other programs. It does not implement a full programming language, but rather a simpler expression language called KL-EL that is designed to provide arithmetic and logic operations in situations where embedding a full programming language would be overkill. KL-EL can access functions and variables exported from the embedding program, and is statically and strongly typed, which helps ensure that expressions are valid before they are executed. The embedding API is easy to use, and the library itself is very small.

Download Website Updated 01 Feb 2013 Eero

Screenshot
Pop 90.47
Vit 12.62

Eero is a binary-compatible variant of Objective-C 2.0, implemented with a patched version of the Clang/LLVM compiler. It features a streamlined syntax with improved readability and reduced code clutter, as well as new features such as Python-like indentation and a limited form of operator overloading. It is inspired by languages such as Smalltalk and Ruby.

Download Website Updated 03 Nov 2012 Mobile Lua

Screenshot
Pop 76.76
Vit 5.57

Mobile Lua augments Lua with both zero-effort mobility (moving scripts between machines while they run) and zero-effort persistence.

No download Website Updated 15 Jun 2012 Alfa

Screenshot
Pop 28.84
Vit 18.47

Alfa is an experimental programming language. It combines the classic curly-bracket syntax similar to C and JavaScript with multi-clause functions with parameters passed by pattern matching. It is implemented as a translator to Scheme (using Gnu Guile).

Download Website Updated 05 Nov 2011 proty

Screenshot
Pop 19.24
Vit 23.78

Proty is a prototype-based dynamic programming language.

No download No website Updated 21 Oct 2011 The FACT Programming Language

Screenshot
Pop 38.37
Vit 2.57

FACT is a mixed functional and imperative programing language which uses first-class environments as its primary data type. It supports many high level concepts while still remaining a very simple language.

No download Website Updated 13 Sep 2011 Continuation Passing C

Screenshot
Pop 55.05
Vit 1.75

CPC (Continuation Passing C) is a programming language designed for writing concurrent systems. The CPC programmer manipulates very lightweight threads, choosing whether they should be cooperatively or preemptively scheduled at any given point; the CPC program is then processed by the CPC translator, which produces highly efficient event-loop code. This approach gives the best both worlds: the relative convenience of programming with threads, and the low memory usage of event-loop code. The semantics of CPC is defined as a source-to-source translation from CPC into plain C using a technique known as conversion into Continuation Passing Style. The current implementation of CPC has been used to write Hekate, a BitTorrent seeder designed to handle millions of simultaneous torrents and tens of thousands of simultaneously connected peers.

Screenshot

Project Spotlight

OpenSearchServer

A search engine with a Web, file, and database crawler.

Screenshot

Project Spotlight

STMX

High-performance software transactional memory for Common Lisp.