execline

execline 2.1.2.2 updated

execline projct consists of a (non-interactive) scripting language, like sh ; but its syntax is quite different from a traditional shell syntax. The execlineb program is meant to be used as an interpreter for a text file; the other commands are...

Jim is an opensource 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, built-in Object Oriented Programming system, Functional...

ccache

ccache 3.1.9

ccache is an open source compiler cache designed to act as a caching pre-processor to C/C++ compilers.It uses the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. Supports C++, C, Objective-C++ and Objective-C.What...

tkscript

tkscript 0.9.0.60

tkscript is a JIT-accelerated C-like scripting language with bindings for OpenGL, SDL, SDL_net, libpng, and zlib.A plugin SDK can be used to dynamically extend the script engine with custom C functions and C++ classes.It can be used to create portable,...

Guile

Guile 2.0.7

Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an...

refactor

refactor 1.03

refactor is a Vim plugin that offers the functionality of a C/C++ refactoring tool.This plugin contains some basic refactoring commands for C/C++. For the complexity of C++, instead of really parse the source code, were used regular expression...

TinyCOBOL

TinyCOBOL 0.66

TinyCOBOL is an open source COBOL compiler for the IA32 (x86) platforms.Developer commentsThis compiler was first implemented for generating a TSR (terminate and stay resident) program under DOS for my family of micro-terminals connected to a PC. The...