Re: Todo item annotation in Clojure.

2010-05-27 Thread Thomas
ka: I must admit I use Emacs, and I wouldn't know how to integrate it into eclipse. If anybody else have any suggestions on how to accomplish this they are more than welcome to take a look or drop a line. Patrik: My bad, new jar uploaded. Have fun :D Thanks for the feedback! Thomas On May 27, 1

Re: Todo item annotation in Clojure.

2010-05-27 Thread Patrik Fredriksson
Nice! The version at Clojars seems to be missing the Leiningen plugin, could you please upload a new version? Many thanks! /Patrik On May 26, 9:27 pm, Thomas wrote: > Thanks to sids, the project now has lein todo functionality. -- You received this message because you are subscribed to the G

Re: Todo item annotation in Clojure.

2010-05-27 Thread ka
This looks cool. I'll definitely give it a try in my next project. Any chance to get it integrated somehow with eclipse ccw? - Thanks -- 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

Re: Todo item annotation in Clojure.

2010-05-26 Thread Thomas
Thanks to sids, the project now has lein todo functionality. -- 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 fi

Todo item annotation in Clojure.

2010-05-25 Thread Thomas
I've made a small library for annotating Clojure programs with todo statements during development. The library is inspired by the //TODO: functionality in Eclipse and the fixme package in LaTeX. To use the lib, simply use (or require) clj-todo, and use the todo macro around your existing code. (t