Simple scripting language written in Haskell, "ambitious" project for Functional Programming Course at AGH UST
stack build
stack install
janus-run filename.js
# or using stack
stack exec janus-run -- examples/helloworld.js
janus-repl
# or using stack
stack exec janus-repl
We have some basic Language Specification and
Presentation slides (in Polish) in doc/
directory, and most of
functions are documented as Haddock comments. Generated documentation is hosted
here, and you can of course also run stack haddock
.
stack test