First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
trace of Thermite (tm) at WTC, almost no asbestos: if the main beams had been clad, they mightn't have weakened enough to collapse!
<stuff about Zionosphere, redacted> here are some speeches about the British World Wars, collected in one book on http://tarpley.net: How the Venetian System Was Transplanted Into England New Federalist, June 3, 1996 The British Empire Bid for Undisputed World Domination, 1850-1870 Schiller Institute Food Fo... 30 Jul 2010 16:20
Some thoughts on extensible sequences
Some time ago I ported SBCL's extensible sequences protocol[1] to ABCL and I'm now using it to make ABCL support Java collections natively. While doing so, I realized that the sequences API has some shortcomings I'd like to discuss here. The first, perhaps more evident problem is that it assumes mutable data str... 2 Aug 2010 02:45
introductory texts for new Lispers
I've now been through what seem to be the traditional textbooks for Common Lisp, Wilensky 'CommonLISPcraft', Winston and Horn 'Lisp, 3rd', and Touretzky 'Gentle Introduction.' If I were asked to recommend introductory texts for a new Lisper, this would be my evaluation. I think the best is Touretzky. It's probabl... 2 Aug 2010 12:32
COMPILE-FILE tertiary value, failure-p
http://www.lispworks.com/documentation/HyperSpec/Body/f_cmp_fi.htm The tertiary value, failure-p, is false if no conditions of type error or warning (other than style-warning) were detected by the compiler, and true otherwise. the name suggests that if compilation signals non-style warnings, then the ... 30 Jul 2010 12:58
ANUSHKA HOT PICTURES FOR BOLLYWOOD FANS
ANUSHKA HOT PICTURES FOR BOLLYWOOD FANS ------------------------------------- http://sites.google.com/site/anushkaphotosalert ... 29 Jul 2010 19:35
Do we need a "Stevens" book?
2010-07-29 On Jul 29, 3:02 am, Elena <egarr...(a)gmail.com> wrote: On Jul 29, 6:40 am, Thien-Thi Nguyen <t...(a)gnuvola.org> wrote: Why does the search start with Google (and continue with other downstream, non-terminating, whirlpool-shaped, out of date, referenda)? Why not go to the source?  The... 31 Jul 2010 13:58
mapcar a macro
Hi all, I have a macro that defines functions, like this: (defmacro my-defun ((name &rest rest)) `(defun ,name () (list ,@rest))) and I want to call it many time, with different arguments, like that: (my-defun (f1 1)) (my-defun (f2 2)) (my-defun (f3 3)) I'd like to use mapcar, like this: (mapcar #'m... 31 Jul 2010 07:28
ABCL 0.21 released
Thank you for letting us know. I checked out ABCL's project page and I've seen that a developers' mailing list exists. Would it be possible to make an announce mailing list available for those who don't check comp.lang.lisp often? ... 29 Jul 2010 06:23
macro checks
Given that macros are a delicate matter, will this simple (and useless) example below generate any issues? What sort of standard test one would use to avoid leaks (like variable capture etc)? (defmacro myfor (X Y ACTION Z) `(if (equal ',Z 'END) (iter (for i from ,X to ,Y) (,ACTION i)) (error "~% ERR... 30 Jul 2010 14:04
allegro serv, showing an image
Hi. I can successfully publish a function in Allegro serv but I want to refer to images from my function. How do I do that ? Where do I put image files ? Thanks ... 29 Jul 2010 07:28
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16