From: Norbert_Paul on 13 Apr 2010 11:02 I am so incredibly touched! When I was hacking, suddenly HE looketh at me directly out of the do-list. Right to 'in-common' and 'vertex-sides' His Noodely Highness, the FSM, appeared: ---%<---------------------------------------- (do* ((vertex (pop verts-iter) (pop verts-iter)) (vertex-length (length vertex) (length vertex)) (in-common 0 0) (vertex-sides ()())) ((null verts-iter)) ; this loop is for side effects only. (dolist (previous-side previous-sides) ---%<---------------------------------------- Let us praise all future REPLs which surely will serve us well, as from now on they are all touched by His Noodely Appendages. RAMEN P.S. The non-believers may ignore this post, and the open minded may visit www.venganza.org and learn the truth.
From: J Kenneth King on 13 Apr 2010 11:04 Norbert_Paul <norbertpauls_spambin(a)yahoo.com> writes: > I am so incredibly touched! > > When I was hacking, suddenly HE looketh at me directly out of the > do-list. Right to 'in-common' and 'vertex-sides' His Noodely > Highness, the FSM, appeared: > > ---%<---------------------------------------- > (do* ((vertex (pop verts-iter) > (pop verts-iter)) > (vertex-length (length vertex) > (length vertex)) > (in-common 0 0) > (vertex-sides ()())) > > ((null verts-iter)) ; this loop is for side effects only. > > (dolist (previous-side previous-sides) > ---%<---------------------------------------- > > Let us praise all future REPLs which surely will serve us well, as from > now on they are all touched by His Noodely Appendages. > > RAMEN > > P.S. The non-believers may ignore this post, and the open minded may visit > www.venganza.org and learn the truth. He is beautiful.
From: Norbert_Paul on 13 Apr 2010 11:08 J Kenneth King wrote: > He is beautiful. Yes. And now the source is with us, too. RAMEN
From: Rob Warnock on 13 Apr 2010 23:21 Norbert_Paul <norbertpauls_spambin(a)yahoo.com> wrote: +--------------- | I am so incredibly touched! .... | When I was hacking, suddenly HE looketh at me directly out of the | do-list. Right to 'in-common' and 'vertex-sides' His Noodely | Highness, the FSM, appeared: .... | Let us praise all future REPLs which surely will serve us well, | as from now on they are all touched by His Noodely Appendages. +--------------- All hail His Noodly Appendages! +--------------- | P.S. The non-believers may ignore this post, and the open minded | may visit www.venganza.org and learn the truth. +--------------- Well, ummm, yesss, uhhh... You might want to read this first: http://xkcd.com/224/ Lisp -Rob ----- Rob Warnock <rpw3(a)rpw3.org> 627 26th Avenue <URL:http://rpw3.org/> San Mateo, CA 94403 (650)572-2607
From: Norbert_Paul on 14 Apr 2010 05:17 Rob Warnock wrote: > Well, ummm, yesss, uhhh... You might want to read this first: > > http://xkcd.com/224/ > Lisp OK. But that describes only a dream, but what I've experienced was real. It was as if HE wanted to tell me: "Son I'm talking to thee out of thy do-list. I've chosen the do-list because do* macroexpands into a tagbody, and a tagbody contains go, and go produces spaghetti. Son, thou shalt RTHS more thoroughly and have a look at union." And so I looked at f_unionc.htm and I found "The result list may be eq to either list-1 or list-2 if appropriate." So I became enlighted, and I replaced (sort (union vertex-side vertex) #'<) by (sort (copy-list (union vertex-side vertex)) #'<) and now the test-case runs smoothly without error. Praise thy Noodely Appendages and thy wisdom! RAMEN
|
Next
|
Last
Pages: 1 2 Prev: ELS2010 Call for Participation Next: Preliminary analysis of existing ASDF practices |