Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.1 KB

SKI in TS

An implementation of a parser, evaluator, printer, and visualizer for the SKI combinators in TypeScript.

Running

In the checkout directory:

yarn install
yarn run build
yarn run ski

Books

Papers

  • Turner, David. “A new implementation technique for applicative languages.” Software: Practice and Experience 9 (1979): n. pag.
  • Stoye, William et al. “Some practical methods for rapid combinator reduction.” LFP '84 (1984).

Status

Node.js CI COC