Lisp

Programmer

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

2006年3月23日 #

摘要: 1. concept-model-practise(1) concept of a process as a sequence of actions(2) model processes as a FSM, LTS(3) program processes as threads 2. ;; attentitionprocess composition and interaction:If a po... 阅读全文
posted @ 2006-03-23 09:37 fei 阅读(229) 评论(0) 推荐(0) 编辑

摘要: 1. for a language: (1) primitive elements (2) means of combination (3) means of abstraction 2. ;; compute the sum of term(k) where k from a to b by next(a) (define sum (term a next b) ______(if (> ... 阅读全文
posted @ 2006-03-23 08:44 fei 阅读(178) 评论(0) 推荐(0) 编辑