6 ms·
Would the JVM ecosystem almost be a working example of this? Since there are a variety of languages with editor integration that all compile down to the same by
by islandert 2y ago
Would the JVM ecosystem almost be a working example of this? Since there are a variety of languages with editor integration that all compile down to the same byte code, it feels pretty close to what you’re describing.
- kriiuuu 2y agoUnison would fit here
- darby_nine 2y agoThe JVM languages are pretty damn close!
- kevincox 2y agoI believe that JVM bytecode is too low level for a source format. At the very least you would need to preserve some form of comments. Also I think JVM locals lose their names during compilation.