Skip to content

SKI combinators in Typescript

License

Notifications You must be signed in to change notification settings

maxdeliso/typed-ski

Folders and files

NameName
Last commit message
Last commit date

Latest commit

82b1780 · Jul 14, 2024

History

28 Commits
Jun 30, 2024
Jul 14, 2024
Jul 14, 2024
Jul 14, 2024
Dec 29, 2022
Jun 25, 2024
Jun 25, 2024
Oct 14, 2022
Oct 14, 2022
Oct 14, 2022
Jun 30, 2024
Jul 14, 2024
Jul 14, 2024
Jul 14, 2024
Jul 14, 2024

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:

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