Re: Digest for clojure@googlegroups.com - 13 Messages in 5 Topics

2011-10-16 Thread Jay Vyas
Hi guys : Ive posted a question about looking for a DSL in clojure that replaces a good oo solution to an easily understandable, domain oriented problem (like the jpetstore application), on stackoverflow. Still now answers though --- thought maybe one of you would have some thoughts ? http://stac

clojure : collaborative learning ...

2011-09-25 Thread Jay Vyas
Hi guys : - We started the BioClojure project to learn about Clojure by applying it to some bioinformatics problems. -Its gone well, and we now know the basics of leiningan, java-interop, and basic map-oriented programming. -But of course, thats not enough --- we are now aspiring to reach that n

reload file in lein

2011-08-14 Thread Jay Vyas
hi guys, Im doing the following development "workflow" -> edit a script in vi -> save -> $> lein repl -> repl>(load-file src/foo/core.clj) repl>(use `foo/core) I wanted to edit the file and reload it without reloading repl. is that possible. ?