Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 776 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 776 Bytes

Hydra

This is a new, open-source project along the lines of Dragon, currently in an early design and prototyping stage. You can find a design document here, and a Slack channel here.

Project structure

This repository currently contains hydra-scala and a hydra-haskell directory with language-specific builds, as well as a common directory with YAML-based sources.

Scala build

You can compile code with sbt compile, run it with sbt run, and sbt console will start a Scala 3 REPL.

Haskell build

Compile the project (and eventually install the executable) with stack install. Enter the GHCi REPL with stack ghci.