https://github.com/samth/xlang
A language of combinators and numeric constants, implemented in Racket.
https://github.com/samth/xlang
Last synced: 5 months ago
JSON representation
A language of combinators and numeric constants, implemented in Racket.
- Host: GitHub
- URL: https://github.com/samth/xlang
- Owner: samth
- License: other
- Created: 2012-12-05T16:24:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-08T14:27:08.000Z (almost 12 years ago)
- Last Synced: 2025-03-17T18:01:27.562Z (over 1 year ago)
- Language: Racket
- Size: 141 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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