hydra icon indicating copy to clipboard operation
hydra copied to clipboard

Migrate Codegen 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/Codegen.hs

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

Note: this should be done eventually, but it is a P1 rather than a P0. The current SoT for all of Hydra's built-in models is Haskell, and that will continue to be the case for the foreseeable future. For third-party models which users want to define in Java, there is always the option of exporting the models to JSON (provided that the epsilon function and a JSON encoder are available in Java), then picking them up in Haskell to generate code.

joshsh avatar Mar 01 '23 19:03 joshsh