composing-programs-zh
composing-programs-zh copied to clipboard
🦊 CS61A 教材 Composing Programs 的中文翻译
补上了值
“调用用户定义的函数会引入局部帧(local frame),它只能访问该函数。” 应该改为: “调用用户定义的函数会引入局部帧(local frame),它只能被该函数访问”
修复2.8.5 log 相关公式部分 `$log_{n}$ -> $\log_{}{n}$` $log_{n}$ -> $\log_{}{n}$ `$log2(n)$ -> $\log_{2}{n}$` $log2(n)$ -> $\log_{2}{n}$ 补上`常数项`遗漏加粗
By comparing web pages [a](https://composingprograms.netlify.app/3/2) and [b](https://www.composingprograms.com/pages/32-functional-programming.html), it can be seen that Section 3.2 does not have the runtime results. It is hoped that they can be added.  
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/csfive/composing-programs-zh). This repository currently has no open or...
  在和原版的比对中,原版有such as等引出代码,但翻译版本直接就以句号结束了,我看的时候非常困惑,找到原文才理解,希望可以改进。