Linguine Programming Language

Linguine is a Spaghetti derivative. Linguine adds pointers, unlimited storage and cell sizes, negative cell indices, multiple commands per line, and a few new instructions.

READMELinguine spec and some example programs
linguine.tar.gzLinguine spec, many example programs, and interpreter in Python
quine-Keymaker.lngQuine, written by Keymaker
collatz.lngCollatz problem calculator, written by Jannis Harder (jix)
rng.lngRandom number generator (period 264), written by Jannis Harder (jix)