1.3 定义新的函数 #93
Replies: 13 comments 4 replies
|
感谢译者的付出! |
0 replies
|
frame应该翻译为框架还是帧呢 |
2 replies
|
"调用用户定义的函数会引入局部帧(local frame),它只能访问该函数。" |
0 replies
|
打卡 |
2 replies
|
谢谢译者!!! |
0 replies
|
太抽象了,不过能懂就好 |
0 replies
|
1.3.3节中“Python 通过引入另一个将将 x 与 5 绑定的局部帧来调用 square 函数。“这一句的表述貌似有点奇怪?不知能否删去重复的”将“字? |
0 replies
|
您是否发错人了?
…---原始邮件---
发件人: ***@***.***>
发送时间: 2025年4月27日(周日) 中午12:40
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [csfive/composing-programs-zh] 1.3 定义新的函数 (Discussion #93)
1.3.3节中“Python 通过引入另一个将将 x 与 5 绑定的局部帧来调用 square 函数。“这一句的表述貌似有点奇怪?不知能否删去重复的”将“字?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
0 replies
|
done |
0 replies
|
打卡,同时感谢译者的付出!网页做的太好了 |
0 replies
|
打卡喵,谢谢大佬们 |
0 replies
|
打卡 |
0 replies
|
1.3.2 名称求值(Name Evaluation):名称会求值为当前环境中“最早”包含该名称的帧内所绑定的值。实际含义是否应为:名称求值会使用当前环境链中最内层包含该名称的帧里的绑定值。强调空间的内外,“最早”在中文语境中暗示了时间的先后。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
1.3 定义新的函数
SICP Python 中文翻译
https://composingprograms.netlify.app/1/3
All reactions