Skip to content

sitch/hydra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Prepare to be transformed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 62.4%
  • Scala 22.9%
  • Java 14.7%