Skip to content

Interpreter for the concatenative language Joy

Notifications You must be signed in to change notification settings

helvm/Joy-ClathomasPrime

 
 

Repository files navigation

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

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Haskell 100.0%