An open API service indexing awesome lists of open source software.

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.

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