helvm / Joy-ClathomasPrime

Interpreter for the concatenative language Joy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joy

Interpreter for the concatenative language Joy

Installation

  • Install GHC (or another Haskell compiler I guess)
  • Go to project root and enter runhaskell Main.hs stdlib.joy in your shell
    • This will get you into the Joy REPL
    • Try a function, for example, 4 fact should get you [Int 24], as defined in stdlib.joy.

About

Interpreter for the concatenative language Joy


Languages

Language:Haskell 100.0%