Hacker News new | ask | show | jobs
by turbolent 4598 days ago
Looks very similar to OMeta (http://tinlizzie.org/ometa/)
2 comments

Does OMeta allow extending existing languages or provide tooling around it such as analysis, refactoring, navigation?
It's object-oriented and especially designed to be extensible. The slides on the pages contain many examples. It's fairly stand-alone and isn't integrated into an IDE. However, it's small, which allows for easy implementation (see original OMeta in Smalltalk, Ometa/JS, Ometa#, etc.) and could be used as a base for implementing these IDE features.

I'd love to see a cleanup of OMeta/JS and combining it with CodeMirror.

seems more like an metaIDE framework