Scheme special forms take precedence over local var?

Issue #213 new
Doug Blank created an issue

This took a while to figure out:

(define filt
    (lambda (func ls)
        (func (car ls))))

func uses the special form func, rather than the parameter.

Comments (0)

  1. Log in to comment