Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.08 KB

SKI in TS

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

Running

In the checkout directory:

npm run build
npx 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