Still trying to get this Lisp drinking society off the ground #2131 (5/3/2011 6:37:33 PM) comp.lang.lisp So far just us MCNA employees have attended, which is fun but we like mixing. This is working great for my tai chi gatherings by the beach, so lessee if we find more people this way: http://www.meetup.com/SunLi... kenny
Still trying to get this Lisp drinking society off the ground027 (5/3/2011 6:36:32 PM) comp.lang.lisp So far just us MCNA employees have attended, which is fun but we like mixing. This is working great for my tai chi gatherings by the beach, so lessee if we find more people this way: http://www.meetup.com/SunLi... kenny
Lisp jobs252 (10/14/2010 9:34:28 PM) comp.lang.lisp http://lispjobs.wordpress.com/2010/10/14/lisp-developers-ft-lauderdale-florida-possible-telecommute/ cheers, kt -- http://www.stuckonalgebra.com "The best Algebra tutorial program I have seen... in a class b... Kenneth
Can you hear me now?2433 (10/4/2010 8:59:35 AM) comp.lang.lisp Pwuahahahhhaa: http://teamalgebra.com/#training Except for some reason on the Linux/FireFox stack. The fun starts when you do a multi-step problem. I like "Equations" and "Combining Addition and Multiplicati... Kenneth
sound from javascript?940 (9/30/2010 9:33:56 PM) comp.lang.lisp Is this the way to go? http://www.schillmania.com/projects/soundmanager2/ Looks excellent, great doc, active dev. I ask because I was deleted to have a hardcore fan of this software ask why I had taken out ... Kenneth
ooooohhhh, missed this last year...047 (8/28/2010 11:03:59 PM) comp.lang.lisp Now here: http://smuglispweeny.blogspot.com/2010/08/fortune-cookie-file-number-two.html I should use some of that here: http://thelaughingstockatpngs.com/ back to algebra.... kt -- http://www.stuckonalg... Kenneth
Turn out the lights95186 (8/18/2010 10:12:53 AM) comp.lang.lisp I just installed IE8 to check out a user report of a problem with this
triumph of Lisp, Cells, qooxdoo, and jsMath: http://teamalgebra.com
Installing IE8 over IE7 took about twenty minutes. I think a compl... Kenneth
[IGNORE] boy thunderbird...0164 (8/10/2010 7:00:08 PM) comp.lang.lisp ....sucks. this has been a test.
kt
--
http://www.stuckonalgebra.com
"The best Algebra tutorial program I have seen... in a class by itself."
Macworld
... Kenneth
Language of the year366 (1/9/2012 5:21:16 PM) comp.lang.perl.misc For those of you who follow these things, and with apologies to those of you who don't, the TIOBE index has awarded its Language of the Year designation to Objective-C. C# has replaced C++ as the 3rd place lan... cartercc(423)
Odd length keyword list1439 (1/11/2012 3:45:12 PM) comp.lang.lisp Hi I have this macro: (defmacro format-time (one &optional two &key format-fn) (let ((one* (eval one)) (two* (eval two))) (if two* `(,format-fn t "(~a:~a - ~a:~a)" ,@one* ,@two*) `(,format-fn t "~a:~... simply.nitaai(34)
Request for feed back on Lisp article1130 (9/13/2012 7:50:54 AM) comp.lang.lisp Hello,
I am writing an article entitled "Lisp Makes Business Sense"
It's available on http://kanis.fr/lisp.txt
I am interested in feed backs on how to improve the article before publishing it.
If yo... ivan.kanis(7)
Runtime class definition?1036 (9/14/2012 4:48:56 PM) comp.lang.lisp A question for the CLOS crowd out there...
Let's say I have a collection of a relatively large number of classes
P1, P2... Pn, all related to each other, and then a smaller number m of
unrelated classes,... alb1(31)
new to lisp, need help.841 (9/17/2012 6:16:17 PM) comp.lang.lisp Sometimes people write compound sentences which have two statements in one =
sentence.
For example I like you and you like me. I would like you to write a functio=
n called BREAK_COMP that will accept a sent... mchukhlib(2)
tricky text manipulation238 (9/20/2012 6:51:28 PM) comp.lang.lisp My use of this utility would be to delete the inevitable
repeated/redundant 'packing' that we get when we
fetch http-textS and append them to accumulatorFile.
Each URL-fetch accumulates its 3 parts:
u... no.top.post(346)
DEFSTRUCT vs DEFCLASS, is DEFSTRUCT deprecated?542 (9/21/2012 3:03:54 PM) comp.lang.lisp Peter Seibel in his book hardly mentions DEFSTRUCT, stressing use of
DEFCLASS instead. I suppose a problem with DEFSTRUCT, as programs grow
large, is that each DEFSTRUCT spawns another collection of
automati... ian.clifton(17)
Need advice on data structures335 (9/22/2012 8:31:58 AM) comp.lang.lisp I am a newbie in lisp and knowing how fast the data structures like a linked list, dequeue a tree, etc can be in c/c++ I am looking for a tutorial or an advice how to implement efficiently those structures in l... prishvin(1)