Sign inSign up

vilterp/lemur

By vilterp

Updated about 11 years ago

Lemur: visual functional programming language that compiles to Python

Image
0

471

vilterp/lemur repository overview

Lemur

My senior thesis in CS at the University of Chicago, advised by Borja Sotomayor. Special thanks to Ravi Chugh (UChicago CS) and Mike Wilde (UChicago Computation Institute/Argonne National Lab).

running map & lambda example

Requires

  1. Elm 0.15 (elm-lang.org)
  2. Node.js 0.12
  3. Python 2.7

How to run

With Docker
$ docker run -p 3000:3000 vilterp/lemur
By Hand

In root directory:

  1. $ make deps (installs Elm and Node packages)
  2. $ make (compiles Elm code)
  3. $ node server.js
  4. Open browser to http://localhost:3000/

Tag summary

Content type

Image

Digest

sha256:662d7abf3

Size

268.2 MB

Last updated

about 11 years ago

docker pull vilterp/lemur