Search found 2 matches

by sw2wolf
Mon Feb 20, 2012 7:33 pm
Forum: Common Lisp
Topic: The code in LispForm is not user friendly
Replies: 1
Views: 3258

The code in LispForm is not user friendly

I feel the pasted lisp code here is hard to read and my eyes is not comfortable. I suggest to make a change as http://www.googies.info/articles/lisp-blog-part1.html does.

Sincerely!
by sw2wolf
Tue Dec 13, 2011 6:18 pm
Forum: Common Lisp
Topic: Implementing "last" with do*
Replies: 19
Views: 24117

Re: Implementing "last" with do*

(set-difference '(1 2 3 4 5 6 7) (butlast '(1 2 3 4 5 6 7)))