Lisp

Programmer

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 6 7 8 9 10

2006年3月29日 #

摘要: I found the following very interesting, so I make a local copy here.Disclaimer: It is not mine, see here for detail. If programming languages were cars... This is an update to an old series of jokes ... 阅读全文
posted @ 2006-03-29 11:02 fei 阅读(199) 评论(0) 推荐(0) 编辑

2006年3月27日 #

摘要: 从Anders Hejlsberg访谈中摘录的一段话:If you ask beginning programmers to write a calendar control, they often think to themselves, "Oh, I'm going to write the world's best calendar control! It's going to be pol... 阅读全文
posted @ 2006-03-27 10:55 fei 阅读(214) 评论(0) 推荐(0) 编辑

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) 编辑

上一页 1 ··· 6 7 8 9 10