| From: carlo ambrogio (cr-service at hotmail.it) Date: Mon Jun 9 17:00:13 EDT 2008 |
|
yes it's the 11.2.4 exercise of "how to design programs" book
I've got problems with a list of list.
the solution could be something like this
(define (depth adl)
(cond
[(symbol? adl) 0)]
[(list? (first adl))...
and then????
_________________________________________________________________
Crea il tuo blog su Spaces, condividi le tue esperienze con il mondo!
http://home.services.spaces.live.com/
| Posted on the users mailing list. |
|