xoom-schemata icon indicating copy to clipboard operation
xoom-schemata copied to clipboard

[Compiler] Add support for additional pluggable code generation backends

Open wwerner opened this issue 4 years ago • 0 comments

Currently we only have a backend for generating Java code. We should allow for plugging in additional backends, perhaps via SPI.

The following backends have been mentioned in discussions so far:

  • C# (see #25)
  • Java w/o Vlingo dependencies
  • Rust
  • Elixir
  • JS/TS

I think it could also make sense to have a generic template based generator, as this would be easy to customize.

wwerner avatar Feb 02 '20 12:02 wwerner