On Saturday, July 30, 2011 6:24:50 PM UTC+3, puzzler wrote:
>
> The issue I have with the build tools is that they all presume
> you want to *build* something.  95% of the time, I just want to open a
> file, write some Clojure code, and interactively test it in a REPL.
>
Exactly what I'm talking about.

> I would love to have a more streamlined way in Clojure for my personal
> common case -- writing a short script and using it interactively.
>
Maybe the next step should involve directly mapping namespaces to libraries 
on a central repository rather than using explicit dependencies. You can 
start your clojure with a namespace defined in init.clj or something 
similar, and as you change namespaces by loading or by other means library 
fetching is done automatically.

One problem with this approach is versions. Maybe a namespace should refer 
to a library's API version instead of referring a "versionless" library. I'm 
not sure if that's really an improvement, though.

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

Reply via email to