Since 5/5/2012 5:30:59 AM, bab6026 has written 4 articles and participated in 8 conversations. bab6026 signature: bab6026
bab6026's articles:
Items(4) /1
Web services in CL827 (4/24/2005 12:05:01 AM) comp.lang.lisp I am writing some web services in CL (SBCL for now) and I would like some advice about how to handle requests. In Java I would use a simple TCP listener on a known port and spawn a new thread to handle each req... Bruce
funcall728 (1/28/2005 7:27:47 PM) comp.lang.lisp Why does funcall allow either a symbol or a function as it's first argument? Is this a convenience or is there a more interesting rationale? It seems odd that (funcall '+ 1 2 3) and (funcall #'+ 1 2 3) both... Bruce
CL idioms1919 (1/13/2005 5:12:35 PM) comp.lang.lisp I'm teaching myself Common Lisp and I am trying to do something I know how to do in Scheme but I would like to know the True Path. Simply, I want to read a file of alphabetically-sorted words into a vector so I... Bruce
RETE algorithm750 (1/21/2004 6:19:07 PM) comp.lang.scheme Does anyone know of a scheme implementation of RETE? I have found LISA which is a CL implementation using CLOS - a port using Tiny CLOS might be in order but if there is something already out there... ... bab
bab6026's replies:
Items(7) /1
RETE algorithm750 (1/21/2004 6:19:07 PM) comp.lang.scheme Does anyone know of a scheme implementation of RETE? I have found LISA which is a CL implementation using CLOS - a port using Tiny CLOS might be in order but if there is something already out there... ... bab6026(12)
format433 (4/29/2004 3:18:16 PM) comp.lang.scheme Is there a library or something does the same thing as visual basic's FORMAT$. (or vbscript's formatnumber, formatcurrency and formatDate). I want something that works with drscheme. Thanks. ... nobody(4804)
CL idioms1919 (1/13/2005 5:12:35 PM) comp.lang.lisp I'm teaching myself Common Lisp and I am trying to do something I know how to do in Scheme but I would like to know the True Path. Simply, I want to read a file of alphabetically-sorted words into a vector so I... bab6026(12)
Practical Common Lisp now shipping from Amazon4723 (4/6/2005 8:20:53 PM) comp.lang.lisp The Amazon page for _Practical Common Lisp_[1] now says: Availability: Usually ships within 2 to 3 days from Amazon.com so it's too late to pre-order. ;-) However, you still have a chance to be the first pe... peter14(674)
Web services in CL827 (4/24/2005 12:05:01 AM) comp.lang.lisp I am writing some web services in CL (SBCL for now) and I would like some advice about how to handle requests. In Java I would use a simple TCP listener on a known port and spawn a new thread to handle each req... bab6026(12)
Portable Aserve under SBCL 0.9.4 Threads problem736 (9/22/2005 8:08:37 PM) comp.lang.lisp Hi, I'm a CL newbie, trying to learn about CL by reading Practical Common Lisp. I'm using SBCL 0.9.4 under Debian Sarge, linux 2.6.11. Since the chater about Web programming is coming closer and closer, I've... tongucyumruk(11)