3.5 抽象语言的解释器 #119
Replies: 1 comment
-
|
这里写的太概括导致不太对。一个通用的用A语言解释B语言的解释器。需要一个元循环的A解释器(sicp写的)与一个用A写的B解释器(61A项目写的),然后用前者来模拟后者,进而模拟任何用B写的程序。 |
Beta Was this translation helpful? Give feedback.
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.
-
3.5 抽象语言的解释器
SICP Python 中文翻译
https://composingprograms.netlify.app/3/5
Beta Was this translation helpful? Give feedback.
All reactions