Lisp

Programmer

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

2006年6月19日 #

摘要: ;; ;; File .emacs - These commands are executed when GNU emacs starts up. ;; ;; Cause the region to be highlighted and prevent region-based commands ;; from running when the mark isn't active. (pendin... 阅读全文
posted @ 2006-06-19 15:19 fei 阅读(645) 评论(0) 推荐(0) 编辑

摘要: GetWindowText() does not work uniformly, particularly if you are not in the same process as the target. But SendMessage does always work. But even if you know the target, send what to it? My answer is... 阅读全文
posted @ 2006-06-19 13:14 fei 阅读(504) 评论(0) 推荐(0) 编辑

摘要: I have not read _Practical Common Lisp_, but I found this one may be useful for me at a glance, so I keep a local copy. Finding Lisp Libraries While the standard library of functions, data types, and... 阅读全文
posted @ 2006-06-19 12:43 fei 阅读(752) 评论(0) 推荐(0) 编辑

摘要: I visit Peter Norvig's site, and found this one:If you have two mutually-recursive functions that both alter the state of an object, try to move almost all the functionality into just one of the funct... 阅读全文
posted @ 2006-06-19 12:40 fei 阅读(188) 评论(0) 推荐(0) 编辑

摘要: The computer is a medium that can dynamically simulate the details of any other medium, including media that cannot exist physically. It is not a tool, although it can act like many tools. The compute... 阅读全文
posted @ 2006-06-19 12:38 fei 阅读(240) 评论(0) 推荐(0) 编辑