Welcome to the CHICKEN Scheme pasting service

simple recursion added by dlind on Fri Aug 17 11:35:20 2012

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

Your annotation:

Enter a new annotation:

Your nick:
The title of your paste:
Your paste (mandatory) :
What's the operator to construct procedures?
Visually impaired? Let me spell it for you (wav file) download WAV