Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samth committed Dec 5, 2012
1 parent 41b5fb2 commit 47f8db8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
A language of combinators and numeric constants, implemented in Racket.

Examples:

#lang xlang
(S K I X)

#lang xlang
(K 1 2)

To Install: `raco pkg install xlang`

To learn about combinators: http://en.wikipedia.org/wiki/Combinatory_logic

0 comments on commit 47f8db8

Please sign in to comment.