composing-programs-zh icon indicating copy to clipboard operation
composing-programs-zh copied to clipboard

🦊 CS61A 教材 Composing Programs 的中文翻译

Results 7 composing-programs-zh issues
Sort by recently updated
recently updated
newest added

“调用用户定义的函数会引入局部帧(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. ![Image](https://github.com/user-attachments/assets/f3a9d895-15fd-4ad2-9f09-63a891e874e6) ![Image](https://github.com/user-attachments/assets/de8670ba-1c9a-4da0-9d64-3e123153b75e)

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...

![Image](https://github.com/user-attachments/assets/028ca943-5e92-480c-934e-c7195cf5c0c8) ![Image](https://github.com/user-attachments/assets/d0e12018-edaf-4e25-98ea-e3d226190b9a) 在和原版的比对中,原版有such as等引出代码,但翻译版本直接就以句号结束了,我看的时候非常困惑,找到原文才理解,希望可以改进。