Lisp

Programmer

博客园 首页 新随笔 联系 订阅 管理

2006年4月3日 #

摘要: 1. Test For Existence foobar(elt, (x . y)) :- foo(elt, x). foobar(elt, (x . y)) :- foobar(elt, y).For example, the familiar function can be written a... 阅读全文
posted @ 2006-04-03 15:26 fei 阅读(206) 评论(0) 推荐(0) 编辑