We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lisp interpreter written in rust
There was an error while loading. Please reload this page.
读完 SICP 后用 rust 写一个 lisp 解释器
大致思路就是把课上讲的 lisp 自举的代码用 rust 写一遍,加深对 eval/apply 的理解
同时温习一下 rust