cmf/schemely

Scope of define variables doesn't include define body

Closed this issue · 0 comments

cmf commented

If I define:

(define eternity
  (lambda (x)
    (eternity x)))

the scope of the symbol "eternity" doesn't include the body of the define, so I don't get autocompletion for recursive functions.