Brief response to: On Sep 16, 11:40 pm, falcon <[EMAIL PROTECTED]> wrote: > I also notice that Clojure has the ability > to change programs while they are running; however, I haven't been > able to find examples of this.
Most Lisps give you this for free, since the compiler is integrated into the runtime. You can connect to a REPL on a running server, re- def a function, and it takes effect immediately. There are several REPL-over-a-socket experiments in the mailing list archives, but no canonical implementation yet. -Stuart --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---