Welcome to the CHICKEN Scheme pasting service

simple recursion added by dlind on Fri Aug 17 11:23:00 2012

(define add-lists
       (lambda (l1 l2)
	 (if (null? l1)
	     l2
	     (cons (+ (car l1) (car l2))))))

Your annotation:

Enter a new annotation:

Your nick:
The title of your paste:
Your paste (mandatory) :
Which R5RS procedure returns `'(2 3)' when given `'(1 2 3)' as input?
Visually impaired? Let me spell it for you (wav file) download WAV