Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 347 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 347 Bytes

McIlroy

A postfix, point-free, purely functional program-builder named after Douglas McIlroy, inventor of the Unix pipeline, which the programs resemble.

Run Isomorphic demo

After cloning or downloading

$ cd McIlroy
$ git submodule update --init --recursive
$ npm install
$ npm run build
$ npm start # will start on localhost:3000