LionWeb-io / lionweb-typescript

Implements (select parts of) the LionWeb specification, and tooling around that - all in TypeScript.
Apache License 2.0
10 stars 4 forks source link

Remove support for EMF (to delegate to Java)? #121

Closed dslmeinte closed 7 months ago

ftomassetti commented 8 months ago

I am not familiar with the support to EMF in this particular project, but we have used EMF from Typescript in https://github.com/Strumenta/tylasu it has required a good amount of workarounds and caused a few headaches, so having support for EMF in only from Java, could save quite some effort, in my opinion

dslmeinte commented 8 months ago

And that's exactly why I created https://github.com/LionWeb-io/lionweb-java/issues/124. It's a good datapoint to hear that EMF is problematic in TypeScript space.