type
status
date
slug
summary
tags
category
icon
password
Property
Mar 4, 2024 12:03 PM
CS 61 A (Part 4)






create new Frame: call expression
assignments create bindings, define function create bindings
有点像js中的作用域




your parent is always wherever the function was defined
在定义的时候就决定了



找不到的话就会报错









hoc 闭包


lambda定义在 一个函数中,所以p=f1

- 作者:Kitety
- 链接:https://www.kitety.com/article/cs-61a-4
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。
相关文章