Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
is this right /prog/?
1
Name:
Anonymous
2009-05-09 17:20
(define (reverse x)
(if (null? x) null)
(cons (reverse (cdr x) (car x)))
7
Name:
Anonymous
2009-05-09 18:14
>>5
Because it looks like shit in Scheme and takes a fucking page of macros to define
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List