On Mar 16, 5:02 am, Jan Rychter <[email protected]> wrote: > 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.
I'm not sure I understand what's so bad about Lisp deployment scenarios - perhaps a result of being pretty much a hobbyist and not Lisping professionally. Why isn't a single image delivered with whatever supporting files you need packaged with a shell script or two to manage it a good solution? That's pretty much what any deployment of any software is at its essence, so far as I can tell. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
