On Thu, 9 Sep 2010 11:48:36 -0700 (PDT)
Saul Hazledine <shaz...@gmail.com> wrote:

> On Sep 9, 8:16 pm, Brenton <bashw...@gmail.com> wrote:
> >
> > Even though Clojure doesn't already have what you are looking for it
> > would not be difficult to make it work. For example, you could create
> > a generic web app that would have an embedded REPL as well as the
> > ability to dynamically load code from external files. You would then
> > just need to install Tomcat (which is easy) and drop this war into it.
> > Form then on out you would just create simple .clj scripts and drop
> > them into a directory. You could also connect to the REPL and
> > dynamically add and remove code from the application. This hasn't been
> > done yet because I don't think many people would find it useful.
> 
> This would be really cool. Especially if, after playing around at the
> repl, you could call something like:
>  (create-war "example.war")
> and it would produce a deployable web application using the .clj files
> you had loaded.

Gee, that sounds like the web apps I was building a decade ago, except
it was standalone. It pretty much loaded all the code in the
deployment directory, let you telnet into a repl to poke around in the
guts of the system, including reloading modules, adding new ones,
resetting things.

Unfortunately, times have changed, and I'm looking for better
tools. Clojure definitely a better language....

       <mike
-- 
Mike Meyer <m...@mired.org>             http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

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