Smake

Smake 1.2.3

Smake is an open source and highly portable make program that incorporates automake features.Smake is targeted to be used with the makefiles system as well as with any general purpose make task.What is new in this release:smake now tries to inline...

Arcueid

Arcueid 0.1.2

Arcueid is an open source implementation of Paul Graham's Arc dialect of Lisp, in the C language. It is designed to act as a C interpreter.Arcueid is intended to be compatible with the 3.1 version of the Arc software, it features a simple interface to C,...

Nimrod

Nimrod 0.9.2

Nimrod is an open source, free, statically typed, imperative programming language designed to support procedural, object-oriented, generic and functional programming styles, while remaining efficient and simple.Nimrod is able to abstract syntax tree (AST)...

IGCC

IGCC 0.2

IGCC is a python wrapper around the GNU C compiler. It allows programmers to interactively test their C or C++ programs by providing them with a shell in which to test their code.What is new in this release:Fixed a bug in the handling of...

makeutil is a set of portable public domain programs designed to support C/C++ projects. It provides tools for build operations outside of the normal compile/link pipeline.It is designed to be unobtrusively included directly in your own software...

Fortress is a new programming language designed for high-performance computing (HPC) with high programmability.The Fortress reference interpreter is released under a BSD License. Other software included in the distribution bears various open source...

lizpop

lizpop 0.4.0

lizpop is a scheme interpreter for Python.Installation Simply run python setup.py install. e.g.  tar zxvf lizpop-0.3.1.tar.gz  cd lizpop-0.3.1  sudo python setup.py installUsageTo run interactively: python -O -m lizpop.runTo...

Snake

Snake 0.2

Snake is yet another Make-like utility, written in Python and inspired by Rake.Usage ExampleIn a directory with snakefile.py containing such code:from snake.api import *@taskdef hello(): print("Hello World!")task('default', deps=hello)one could...

nwcc

nwcc 0.8.2

nwcc is a small C compiler for Unix systems that I wrote in my freetime, for fun and to prove to myself that I could. I started the project in August 2003, but because I had a job and a life and a few other hobby code projects, it took me until autumn...

CIL

CIL 1.7.3

CIL (C Intermediate Language) is an open source command-line software designed to act as a interface to the C programming language, facilitating program transformation and analysis.CIL is able to typecheck and parse a program, as well as to compile it...