Hacker News new | ask | show | jobs
by smoyer 3939 days ago
From their GitHub README [1] (I'm not affiliated):

"Walkmod can support with any programing language if a set of interfaces are implemented as a third party plugin. The first (and current) supported language is Java."

[1] https://github.com/rpau/walkmod-core

2 comments

Thanks for that! I didn't see a note anywhere on the website. It's nice to have some clarification :)
Exactly, Walkmod acts as a framework for language transformations, but we have started with Java
It would be nice to write another plugin for something else like Python or C++. For example in the UML diagram I saw something called "JavadocComment" which immediately puts me off writing a plugin because it looks like I would have to follow this even for a non-Java language.