RSS 24 projects tagged "programming language"

Download Website Updated 13 May 2013 HGL Suite

Screenshot
Pop 141.73
Vit 7.84

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 131.97
Vit 5.54

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

No download No website Updated 16 Feb 2013 libklel

Screenshot
Pop 40.10
Vit 1.94

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 94.62
Vit 12.88

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 13 Dec 2012 Mocosel

Screenshot
Pop 23.13
Vit 21.72

Mocosel is a high-level programming language, based on a simple syntax but offering a very powerful and self-extensive programming experience.

Download Website Updated 03 Nov 2012 Mobile Lua

Screenshot
Pop 75.70
Vit 5.61

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.91
Vit 18.34

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.75
Vit 23.68

Proty is a prototype-based dynamic programming language.

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

Screenshot
Pop 39.14
Vit 2.58

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

Kronolith

The Horde calendar application.

Screenshot

Project Spotlight

OGLplus

A C++ wrapper around the OpenGL C API.