hydra
hydra copied to clipboard
Port Bootstrap module to Java
https://github.com/CategoricalData/hydra/blob/main/hydra-haskell/src/main/haskell/Hydra/Dsl/Bootstrap.hs
Note: the DSL modules do not need to be ported in a 1:1 fashion to Java -- the DSLs are free to make use of any language features which makes it convenient and idiomatic to create models and transformations in that particular language, and parity between languages is not necessary here. In this case, since the source of truth for Hydra Core is in Haskell, the bootstrap module might only be needed in Haskell.