TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Show HN: A very simple Lisp interpreter in 250 lines of literate Python
5 点
作者
vorador
将近 8 年前
1 comment
kazinator
将近 8 年前
In the eval rules, I would check the symbol and list cases first, and then just treat everything else as self-evaluating, rather than checking for string, integer, etc upfront.