Hello friends, Today I decided to hack together a simple learning tool that mashes Jonas Enlund's sweet kibit tool (http://github.com/jonase/kibit) with Emacs to ease its use on your Clojure projects. You can find my work at http://github.com/aredington/kibit-mode
Right now this is just a reporting tool that will tell you if kibit has found any suggestions for improving your code, and helps you tie back kibits feedback to your code. Some things I think would be interesting to improve upon: Provide a persistent process that communicates with Emacs intelligently to reduce the feedback cycle Analyze the formatting of the target sexpr and the improvement sexpr to do interactive replacement for the user An optional auto-improve mode that feeds sexprs one at a time to kibit and replaces them with improved versions as you complete them A mechanism to flag a suggestion as permanently ignored by kibit so an invalid suggestion won't generate noise I hope you get a chance to play with this tool and that you find it useful -Alex -- 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