Contents
Installed Programs:
unlambda
Installed Libraries:
None
Installed Directories:
None
The Unlambda package contains an interpreter for the Unlambda programming language.
Download (HTTP): http://ftp.madore.org/pub/madore/unlambda/unlambda-2.0.0.tar.gz
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/
sed -i '32i #include <stdlib.h>' c/unlambda.c: This command fixes the compile with GCC 14 and newer.