Skip to content

maxdeliso/typed-ski

Repository files navigation

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