Unlambda-2.0.0

Introduction to unlambda

The Unlambda package contains an interpreter for the Unlambda programming language.

Unlambda Dependencies

Required

GC

Installation of Unlambda

Install Unlambda by executing the following commands:

sed -i '32i #include <stdlib.h>' c/unlambda.c &&
cc -o c/unlambda c/unlambda.c -I/usr/include/gc -lgc

Now as the root user:

install -v -m755 c/unlambda /usr/bin/

Command Explanations

sed -i '32i #include <stdlib.h>' c/unlambda.c: This command fixes the compile with GCC 14 and newer.

Contents

Installed Programs: unlambda
Installed Libraries: None
Installed Directories: None

Short Descriptions

unlambda

is the Unlambda interpreter