Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Post Code

Name: Anonymous 2011-03-04 21:33

One recurring complaint is that nobody talks about code on /prog/. So everyone write go and write some code, any code, that does something, anything, and post it. A small explanation wouldn't go amiss either.

Name: Anonymous 2011-03-18 12:52

>>189
That would be:
(range 0 100 #:by 2)

Name: Anonymous 2011-03-18 12:57

>>191
You said ``Lisp'', not ``Common Lisp''.
> (range 0 100 #:by 2 #:map (λ (x) (/ x 2)) #:filter even?)
'(1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31 33 35 37 39 41 43 45 47 49)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List