通过定义 Null 和 Null 来扩展 Charme 解释器?
我需要帮助扩展 Charme 解释器并定义 null 和 null? 原语,这些原语的行为与原语 Scheme 过程类似。我知道我可以使用Python的None值来表示null。
I need to help extending the Charme interpreter and defining the null and null? primitives that behave similarly to the primitive Scheme procedures. I know I can use Python's None value to represent null.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎是一个家庭作业问题:
http://www.cs.virginia.edu/~evans/ cs1120-f09/ps/ps7/
一些提示:
空列表(又名 null)如何表示为 Python 值?
哪个函数用于扩展环境?
This seems to be a homework question:
http://www.cs.virginia.edu/~evans/cs1120-f09/ps/ps7/
A few pointers:
How is the empty list (aka null) represented as a Python value?
Which function is used to extend the environment?