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
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
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. ?