A few more:
- Slamhound https://github.com/technomancy/slamhound
- Eastwood https://github.com/jonase/eastwood
- Here's an emacs lisp refactoring mode:
https://github.com/magnars/clj-refactor.el
- This one is out of date but maybe useful to you:
https://github.com/joodie/clojure-refactoring
--
Michael,
There are some pre-existing libraries that could give you a headstart in
this work :-
tools.reader - can help you parse Clojure source -
https://github.com/clojure/tools.reader
tools.namespace can help you parse and manage graphs of namespaces -
https://github.com/clojure/tools.name
On Tuesday, 9 April 2013 00:05:35 UTC+8, michael holzer wrote:
>
>
> And now to the part that will be hopefully of broader interest for every
> Clojure user:
> What do you expect from a refactoring library or from an IDE providing
> refactoring tools?
>
There are a bunch of operations that wou
2013/4/8 Michael Holzer :
> Hi everybody!
>
> I saw the project suggestion on the ideas page [0] and would be very
> interested to work on it.
>
> First a few words about me and my background:
> I'm from Graz, Austria, currently finishing up my studies in
> mathematical computer sciences and inform
Hi everybody!
I saw the project suggestion on the ideas page [0] and would be very
interested to work on it.
First a few words about me and my background:
I'm from Graz, Austria, currently finishing up my studies in
mathematical computer sciences and informatics. I've been playing around
with Clo