dynamic scope - shallow vs deep binding - why memory is different? (scheme)

后端 未结 0 1598
你的背包
你的背包 2021-01-29 05:46

I (think I ) know the difference on the aspect of stacks between deep and shallow but in this specific question -

(define a (lambda (f) (null? (f f))))
(a a) 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题