Missing vs. unbound slot protocols2328 (1/11/2010 3:47:26 PM) comp.lang.lisp Hi, the standard defines two generic functions: slot-missing and slot-unbound. However, slot-unbound triggers an unbound-slot error by default, whereas slot-missing only triggers an error. So why the d... didier1(451)
SBCL just turned 1.0!26756 (11/30/2006 4:00:32 AM) comp.lang.lisp SBCL has just turned 1.0! lars@ibmr52:~$ sbcl This is SBCL 1.0, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolut... larsnostdal(721)
N00b question on let8729 (11/26/2006 5:02:27 PM) comp.lang.lisp Fist, is this the appropriate group for lisp noob questions? If not, please redirect me to the appropriate forum. As background, I'm a 30+ developer with strong C/C++ & Java skills (among others), learning... Miss
Environment "Aha"1629 (10/15/2006 5:20:11 PM) comp.lang.lisp All Lisp educational litterature introduce, usually early on, the notion of environment. Yet, for the C/Java brain washed mind set (I'm one of those) this just looks like an inessential curiosity. The reason i... verec(363)
sed problem426 (10/12/2006 7:48:39 AM) comp.lang.lisp hi, Is it possible to restrict the substituion in sed. I mean, that sed runs till it finds the end of file, and substitute all the occurences.. I want it to substitue only the first occurence and no other. r... jyoti.chhabra(22)
Intel OS X Mac Lisp development environment newbie1628 (10/11/2006 12:17:22 PM) comp.lang.lisp OK, now that I've packed every keyword I can in the subject line... I'm an experienced software developer seeking escape from the shackles of J2EE, and having read much about Lisp (e.g. all of Practical Common... eric.kaun(62)
implementing the range op1443 (10/11/2006 8:41:48 AM) comp.lang.lisp Hi I'm trying to emulate the ".." operator known in some languages (Ada, Haskell, etc.) in LISP, but being new to it, I'll settle for a function named "range" for now. Here is my first attempt: (defun range... Xcriber51
massive data analysis with lisp7224 (10/9/2006 5:34:44 AM) comp.lang.lisp I dont know details of Lisp memory management, but I am going to tell you how I failed to do something that shouldnt be very difficult. I was thinking of playing with the data for Netflix prize (http://www.net... remixer1(34)