GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TLCI(1) FreeBSD General Commands Manual TLCI(1)

tlci
tiny lambda calculus interpreter

tlci

tlci [files...]

The tlci is a tiny portable lambda calculus interpreter written in C99. Running it will load the provided files and drop you into a REPL. Exit the interpreter by pressing ^D or ^C.

Abstractions are anonymous functions. Declare them as e.g. "\x.x".
Apply functions to values by putting a space between function and argument. E.g.: "f arg".
Variables can be bound through e.g. "let foo = <some expression>" and deleted through "release foo".

/usr/local/bin/tlci

Nico Sonack ⟨nsonack AT outlook <DOT> com⟩.
August 28, 2020 AUXILIARY

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.