Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 317 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 317 Bytes

lc

Install this package by

  1. cloning this repo,
  2. cding into it, and
  3. running the command raco pkg install.

Try this program:

#lang lc
(λ (f) (λ (x) (f (f x))))

Read more of the docs by running the command raco docs lc in the shell or using f1 in DrRacket and searching for lc.