Arc Forumnew | comments | leaders | submitlogin
Chessboard program in my new project (code in assembly, DSL for testing) (github.io)
2 points by akkartik 3261 days ago | 2 comments


2 points by akkartik 3261 days ago | link

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)

-----

1 point by kikos 3251 days ago | link

yep

-----