Skip to content
/ lemur Public

Lemur: visual functional programming language that compiles to Python

License

Notifications You must be signed in to change notification settings

vilterp/lemur

Repository files navigation

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.16 (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/

About

Lemur: visual functional programming language that compiles to Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published