| From: wooks . (wookiz at hotmail.com) Date: Thu Jul 20 09:53:22 EDT 2006 |
|
Using language Intermediate Student with lambda
stepping through
(define (build-number alon)
(local ((define (somefunc x y)
(+ x (* 10 y))))
(foldl somefunc 0 alon)))
(build-number '( 4 5 3 9 4))
gives you an error - "find-special-name: couldn't find expanded name for
list"
| Posted on the users mailing list. |
|