Vyacheslav Akhmechet <[email protected]> writes: > On Sun, Mar 15, 2009 at 9:38 AM, Ian Eslick <[email protected]> wrote: >> So what facilities in other languages/frameworks are the most helpful, >> is it a lack of tools or something more fundamental that makes lisp >> hard? > I don't think deployment is any easier in other > frameworks/languages/etc. This was always a pain point with pretty > much every piece of software I ever wrote. I want to squeeze more than > usual out of Lisp, so there are unusual problems (like live patching, > etc).
Well, I've been toying with Clojure lately and I can tell you deploying an app is *way* easier than in CL. You basically stick a bunch of .jar files (your code and your dependencies) in a directory and fire off a Clojure script that runs your code. --J. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
