hydra icon indicating copy to clipboard operation
hydra copied to clipboard

Port Bootstrap module to Java

Open aman-dureja opened this issue 2 years ago • 1 comments

https://github.com/CategoricalData/hydra/blob/main/hydra-haskell/src/main/haskell/Hydra/Dsl/Bootstrap.hs

aman-dureja avatar Feb 24 '23 18:02 aman-dureja

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.

joshsh avatar Feb 24 '23 18:02 joshsh