2006-11-01から1日間の記事一覧

Pepsi and Coke (No. 3)

A few notes from Ian.The implementation of "print". The following version would be adequate in the rounded paren syntax. Also, it takes advantage of existing print: method. (define print (lambda (object) [StdOut print: object]))There is "f…

Pepsi and Coke (No. 2)

One of Coke's strength is manipulating syntax trees, like any other lispy languages. In Coke, there are some features that lets you transform a syntax tree into another form. It doesn't have all the features that a sophisticated Lisp macro…