statebox / cql

CQL: Categorical Query Language implementation in Haskell
GNU Affero General Public License v3.0
162 stars 14 forks source link

Create JVM version with Eta #87

Open epost opened 5 years ago

epost commented 5 years ago

See https://eta-lang.org/. This is something that, if possible, would be really nice to have at some point.

  1. Is this possible?
  2. Is Eta far enough along for this to be sensible? Seems like it might be.
  3. Tie into existing Java AQL version https://github.com/CategoricalData/fql/
  4. What do we do about native libs, e.g. solvers? The Haskell one uses/will use some C libs.