Since 4/29/2012 5:08:43 PM, david.golden has written 6 articles and participated in 493 conversations. david.golden signature: david.golden
david.golden's articles:
Items(6) /1
nested presentations626 (10/30/2006 3:58:41 PM) comp.lang.lisp Hi, I have a vague memory of a criticism on someone's part of both SLIME and McCLIM, about neither supporting nested presentations. I'm trying to find a description of how such nested presentations worked tr... David
GNU Emacs now also at bearable prettiness on linux...828 (7/9/2005 1:14:21 PM) comp.lang.lisp Now GNU Emacs doesn't need to look like a throwback on your linux desktop any more than XEmacs does :-). Early stages, but it's usable, thanks to these folk: http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs ... David
XEmacs with Xft on Linux - yay....542 (5/7/2005 1:59:32 PM) comp.lang.lisp While I'm used to GNU Emacs (xemacs has a long list of niggling differences... e.g. follow-mode or an equivalent apparently isn't available in XEmacs?!?), SLIME looks sooo much better with the sjt-xft branch ... David
cl-sdl/opengl, cmucl and nvidia drivers326 (6/20/2004 2:12:09 AM) comp.lang.lisp This came up a good while back, but as it's only bitten me today after an upgrade, I thought I'd mention it: if you are having problems with cl-sdl opengl and you are using the nvidia linux opengl drivers, it ... David
Generic Slots620 (6/7/2004 5:17:23 PM) comp.lang.lisp Thought for the Day: Why do we have generic functions but not generic slots? (slot-value (plate1 plate2) 'capacitance) => 10 hmm... order dependency? (setf (slot-value (fool priest) 'trust) 't) (setf (slot-v... David
reading strings from terminal and writing them to a file2040 (3/31/2009 6:24:54 AM) comp.lang.lisp Hi, I've been trying this question: Q. Write a function that reads strings from the terminal and writes the strings on different lines to a file called myfile. Write five strings to the file. Show the proce... Broli00(348)
Slime / Redshank: Pressing ')' does not give a ')'1024 (7/25/2009 12:45:39 PM) comp.lang.lisp Hi all: I don't know why I dont get a closing parens when I press the ) ... In a case like (defmd haha () (slot-1 (c-in nil) x <- Cursor at x (slot-2 (c-in nil)) ) and pressing ) makes the cursor jump... dg1sbg1(135)
Why it does not work?7233 (8/18/2009 4:31:00 AM) comp.lang.lisp Hi all If I write ( loop for i from 0 to 10 collect i ) it works, then I write ( loop for i from 0 to 10 do( loop for j from 0 to 10 collect (+ i ... jdxyw2004(126)
The Illusion of Static Typing6030 (9/23/2009 7:00:10 AM) comp.lang.lisp You know, c.l.l, I can't tell you how much disdain I have for static languages. Don't get me wrong, I don't *hate* them, because they really conjure very little emotion in me at all... I just don't see how they... jlc.lars.cohen(1)
lisp where java already exists828 (10/23/2009 4:35:39 PM) comp.lang.lisp For a java programmer, I would like to know where does lisp (I'm reading scheme dialect) converge or intersect with java, and also where is it mutually exclusive, if any, since lisp if very old. in brief, wha... transkawa(11)
dumping and mmap'ing array in SBCL326 (2/11/2010 8:59:50 AM) comp.lang.lisp Hi, (I posted this to the SBCL general mailing list, but didn't get a reply, so I am trying c.l.l, even though this is an implementation-specific question.) I am trying to mmap an array of double-floats. In ... tkpapp(975)
RFC: A shorter lambda syntax (#L reader macro)2520 (12/22/2011 10:52:23 PM) comp.lang.lisp --=-=-= Content-Transfer-Encoding: quoted-printable I have created a new reader macro to make writing lambda-heavy code less cumbersome. Code that used mapcar and friends a lot tends to include many instances ... krzysdrewniakNOSPAM1(3)