RSS 2 projects tagged "Interpreters"

Download Website Updated 07 Oct 2011 The Jim Interpreter

Screenshot
Pop 87.25
Vit 5.50

Jim is a small footprint implementation of the Tcl programming language. It implements a large subset of Tcl and adds new features like references with garbage collection, closures, a built-in object oriented programming system, functional programming commands, and first class arrays. The interpreter's executable file is only 70 KB in size, and can be reduced by further excluding some commands. It is appropriate for inclusion inside existing programs, for scripting without dependencies, and for embedded systems.

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.

Screenshot

Project Spotlight

deltasql

A database version control system.

Screenshot

Project Spotlight

uma::bson

A DOM-style C++ API for BSON.