Posts Downloads Tags About RSS feed of posts

Downloads

Owl Lisp, a programming language (documentation)

Led, a text editor (documentation)

Radamsa, a fuzzer (documentation)

Blab, a grammar tool (documentation)

Ei, an implementation of the standard editor

Mindo, executable pure λ-calculus / combinatory logic

Os, an experimental shell (documentation)

Usage

There are a few options for getting the above mentioned programs. The ones which have a C-version can be simply decompressed and compiled on most unixy operating systems with something like:

curl https://haltp.org/files/foo-0.4.c.gz | gzip -d > foo.c
cc -O -o foo foo.c
./foo --help

The tar.gz versions contain full source code and may also install manual pages or other support material. They can be compiled and installed with the usual tar -zxf program.tar.gz && cd program && make && sudo make install.

Git sources can be cloned and then built with make

#post