What are you working on? - Programming On Unix
Users browsing this thread: 61 Guest(s)
|
|||
I'd probably use my build script for that (part of my to-be-released Gopher server):
Code: (load "rssparser.lisp") But there are good reasons I don't do that: 1. Size. I already have SBCL installed, there is no reason to bake its runtime into a separate executable. 2. There wouldn't be any advantage in doing so, except "portability". A server software might need that. A "shell script" doesn't. -- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||