Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 3268 days ago | link | parent

To try it out (on linux, or Mac with GNU tools):

  $ git clone https://github.com/akkartik/mu
  $ cd mu
  $ make
  $ ./mu chessboard.mu
More information: http://github.com/akkartik. Why I'm working on this instead of lisp: http://akkartik.name/about (tl;dr - I'm building better foundations for runtimes for implementing languages. This has been my long-standing itch: http://arclanguage.org/item?id=17598)

(at git hash dff767144b2)