A fairly new project for refactoring Clojure is clj-refactor.el.
Not too much functionality yet, but supplements clojure-refactoring pretty
well.
clj-refactor.el will later interop with nRepl, or that's the plan I heard.

That aside (and I know I'm being redundant), refactoring any Lisp is a snap
with paredit-mode.
It doesn't do stuff like renaming a function or exracting a var, but I've
had some success in making these operations as interactive functions.



On Thu, Mar 21, 2013 at 8:11 AM, Devin Walters <dev...@gmail.com> wrote:

> Yeah it sort of bums me out that clojure-refactoring has been in the ditch.
>
> There are a number of tasks to get this back into a good state. The plan
> right now is to take tests (which were mostly failing and using outdated
> dependencies) from the old-test directory and get them passing under Midje.
> Then, get it to play nicely with nrepl and update any elisp that needs
> updating to bring back the clojure-refactoring minor mode.
>
> If anyone wants to help resurrect this project:
> https://github.com/devn/clojure-refactoring/tree/clojure-1.5 your help
> would be appreciated. I created a new branch and started bringing old
> failing tests over. Feel free to drop me a pull request. Big, sweeping
> commits and tiny typo commits are both equally welcome.
>
> On Wednesday, March 20, 2013 at 8:22 PM, Dave Kincaid wrote:
>
> Thanks. It looks like nothing has happened on that in a year and it
> appears to require slime/swank. But it's a start I guess if there isn't
> anything else.
>
> On Wednesday, March 20, 2013 6:13:30 PM UTC-7, Devin Walters (devn) wrote:
>
>  I don't think much has happened with it recently, but I used to use
> https://github.com/joodie/**clojure-refactoring<https://github.com/joodie/clojure-refactoring>
> .
>
> --
> '(Devin Walters)
> Sent from my Motorola RAZR V3 (Matte Black)
>
> On Wednesday, March 20, 2013 at 8:05 PM, Dave Kincaid wrote:
>
> I'm wondering if there are any refactoring tools around for working with
> Clojure projects in Emacs. There seems to be all kinds of other tools
> except for refactoring. I'm really looking for simple things like ways to
> easily rename variables, functions, namespaces, etc. That seems to be the
> most common thing I'm trying to do. Are there any tools out there to make
> it easier?
>
> Thanks,
>
> Dave
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+u...@**googlegroups.com
> For more options, visit this group at
> http://groups.google.com/**group/clojure?hl=en<http://groups.google.com/group/clojure?hl=en>
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+u...@**googlegroups.com.
> For more options, visit 
> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .
>
>
>
>
>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>
>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Akhil Wali

# http://github.com/darth10 <https://github.com/darth10>
# http://darth10.github.com

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to