(sorry for posting this on the main clojure ml, but it seems that some if
not a lot of clojuredev users have not subscribed to the more focused
clojuredev-user ml)

Hello clojuredev users,

Would you mind if, in the next days, I switch clojuredev's internal code to
work with a lazyseq enabled (e.g. the most recent) version of clojure ?

It could have an impact on you if you run your own projects with a
pre-lazyseq version of clojure, because then, I cannot guarantee that the
"embedded server" in each REPL will still work with a pre-lazyseq version,
once migrated to the latest clojure (but of course I'll do my best to not
break anything if possible).

By the way, I've just released a new version (0.0.28) with is the first
version with code completion on java methods (if you type
.someJavaMethodPrefix it will show completions based on the available java
instance methods of all possible classes visible from your project's
classpath, and it will also display javadoc where possible).

Thanks in advance,

-- 
Laurent

--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to