Slide 25
Slide 25 text
Unless otherwise indicated, these slides are © 2013-2016 Pivotal Software, Inc. and licensed under a
Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
the issues summarized
• hacking JDT was a bad idea
• weaving works, but doesn’t make a lot of sense
• feature-patching JDT works, but causes a lot of pain
• copying JDT works, but also causes a lot of pain
• some languages come with compilers, parsers, linters, etc. out of the box
• why re-implement everything in Java/Eclipse?
25