Why is a doble-click also a second click?1919 (6/8/2008 9:08:55 PM) comp.lang.tcl Ugh. Not that anything is going to change because this means another hour's work for me , but I am a bit surprised that when I get a event just before it I also get a second button-press, the first button-p... Ken
I never did this before...625 (5/19/2008 12:42:42 PM) comp.lang.lisp Traversed a real world (look it up) Cells model (pretty much a control bar, two list boxes with a total of less than 20 items, then a display of sixteen algebra problems with each algebraic node implemented ... Ken
What Part of Unspecified Does Kenny Not Understand?2028 (5/13/2008 12:31:10 PM) comp.lang.lisp CLHS 18.2.11 maphash: "...The consequences are unspecified if any attempt is made to add or remove an entry from the hash-table while a maphash is in progress, with two exceptions: the /function/ can...use re... Ken
Why wasn't I told about logbitp?!2922 (5/8/2008 7:48:59 PM) comp.lang.lisp Damn language. kenny -- http://smuglispweeny.blogspot.com/ http://www.theoryyalgebra.com/ ECLM rant: http://video.google.com/videoplay?docid=-1331906677993764413&hl=en ECLM talk: http://video.google.com/vi... Ken
You want abbreviations? You can't handle abbreviations!2723 (5/2/2008 3:02:03 AM) comp.lang.lisp Everyone knows how much I love Arc, I guess it has influenced my Lisp: (deftoc |Reducing| (category "Algebra I" "Fractions") (genner (easy (w (n (rr 2 6)) (m/ n (* n (rr 2 9))))) (... Ken
ECLM 2008127 (5/1/2008 4:24:16 AM) comp.lang.lisp I was inspired by my recent dust-up with Pascal C to take a new tack on Cells proselytization, ironically in line with what I already meant to be the theme of my talk until someone said I should talk about Ce... Ken
OpenAIR, the RAILS killer?130 (4/12/2008 3:45:39 AM) comp.lang.lisp MWUAHAHAHHAHHHHAHAHH! All your interface are belong to Cells! (er, it's looking good. Even I can program a web page now.) kenny -- http://smuglispweeny.blogspot.com/ http://www.theoryyalgebra.com/ "I've ne... Ken
Heads up: cells-devel027 (4/8/2008 1:31:32 AM) comp.lang.lisp Noobs, veterans, Rails-enviers, and others might want to track cells-devel for a month. http://common-lisp.net/mailman/listinfo/cells-devel There is a nice exchange going on that motivates: Lisp in ... Ken
MWUAHAHAAHAHAHA!!! All Your Interface Are Belong to Us!042 (4/6/2008 1:51:04 AM) comp.lang.lisp OK, just baby steps, but still fun and I get the feeling the fun has just begun. Fortunately Andy Chambers gets to do all the work: git clone git://gitorious.org/hunchncells/mainline.git openair .... whil... Ken
Open AIR (ne Hunchncells): New SoC idea424 (3/28/2008 5:45:31 PM) comp.lang.lisp Andy Chambers has been walking me thru interweb nursery school and it is starting to look as if we can do something pretty killer with Ajax /and/ steal some of Adobe's AIR thunder by offering alternate Cello ... Ken
Difference between Allegro CL 8 and clisp ?1733 (5/27/2008 1:17:58 AM) comp.lang.lisp Hi, I am completely new to Lisp and am currently trying to make sense out of a lisp program, and hopefully someone can help me out on the following issue. If i run this program using Allegro CL, everything wor... ypetinot(2)
cl-opengl texturing problem128 (5/28/2008 1:05:58 AM) comp.lang.lisp I've been looking at the NeHe openGL examples and I've got up to number 5 working but I cant seem to get the texture example (http:// nehe.gamedev.net/data/lessons/lesson.asp?lesson=06) to work for some reason.... charlie.burrows(55)
Allegro and Sbcl disagree on no-primary-method behavior2527 (5/29/2008 1:21:10 PM) comp.lang.lisp Does anyone know what the behavior should be if a generic function has an around method which does NOT call call-next-method, but there is no primary method? It seems that sbcl calls SB-PCL::NO-PRIMARY-METHOD... jimka2(17)
Lisp, 50th Birthday7835 (5/30/2008 11:35:06 PM) comp.lang.lisp I just realized. Wikipedia: "Lisp was invented by John McCarthy in 1958..." On which day should I open the champagne and party? ... hayeah(32)
doctorate933 (6/6/2008 4:57:10 PM) comp.lang.lisp Yesterday, Dr. John McCarthy, 80 years of age, received an honorary doctorate in science from Harvard. http://www.news.harvard.edu/gazette/2008/06.05/01-honorands.html ... vanek(323)
Why is a doble-click also a second click?1919 (6/8/2008 9:08:55 PM) comp.lang.tcl Ugh. Not that anything is going to change because this means another hour's work for me , but I am a bit surprised that when I get a event just before it I also get a second button-press, the first button-p... kennytilton(1428)
macro-problem1035 (6/8/2008 9:29:30 PM) comp.lang.lisp why is the first one not working but the second is? ok dumb idea to use == since it normally means test and not assignment, just wondering). CL-USER> (defmacro == (var val) (setf var val)) == CL-USER> (== ... circularfunc(119)
Looking for a documentation project724 (6/9/2008 1:04:54 PM) comp.lang.lisp I'm (reasonably) new to this Lisp thing (but not to programming, I should point out). After mulling around with the thought of producing a groovy new library for GUI construction I thought a better idea would ... maximinus(12)
cl-opengl vs cl-opengl628 (6/10/2008 3:09:38 PM) comp.lang.lisp For my own knowledge does anyone (Kenny?) know the differences between the cl-opengl that comes with Cello and the cl-opengl project on common-lisp.net. I'm looking into graphics packages and I would like to ch... fadeddata(14)