From ... Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!uio.no!nntp.uio.no!ifi.uio.no!not-for-mail From: Erik Naggum Newsgroups: comp.lang.lisp Subject: Re: When to recompile/reeval? Date: 19 Oct 2002 21:20:58 +0000 Organization: Naggum Software, Oslo, Norway Lines: 26 Message-ID: <3244051258534374@naggum.no> References: <3da46228.129380253@netnews.attbi.com> <3243592697125968@naggum.no> <3243682048034314@naggum.no> <3243737082731156@naggum.no> <3243804788259221@naggum.no> <3ffeab35.0210171221.9e18fc1@posting.google.com> <3243880184815830@naggum.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: maud.ifi.uio.no 1035062459 9296 129.240.65.5 (19 Oct 2002 21:20:59 GMT) X-Complaints-To: abuse@ifi.uio.no NNTP-Posting-Date: 19 Oct 2002 21:20:59 GMT Mail-Copies-To: never User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.lisp:44266 * Don Geddis | I've used both myself. Just curious: would you mind listing a few | specific features that you've found in ACL to make it "different and so | much better" than CMUCL? Two things really stand out: (1) Multithreaded support directly from Emacs, which meant background compilation and support functions. I quickly became used to running different listeners in different packages and even run various minor services from Emacs. (2) The cross-reference facility is amazingly useful. From Emacs, M-x fi:edit-who-calls and M-x fi:edit-who-is-called-by remove the need to go hunting through the sources files with grep and tags files. The arglist facility is also one of the most useful things around, but this is sort of a given, but the way Emacs talks to the Common Lisp process was so much more streamlined and integrated. (For a time, I hosted the ILISP mailig list, but I have not used it in many years. One of the reasons I have never put LispWorks to the test is that their user interface is not sufficiently compatible with Emacs.) -- Erik Naggum, Oslo, Norway Act from reason, and failure makes you rethink and study harder. Act from faith, and failure makes you blame someone and push harder.