Archive for January 21, 2003

Tuesday, January 21, 2003

SICP Videos

Brian Jepson notes that MIT and Berkeley have made lecture videos of Structure and Interpretation of Computer Programs (1986) and Introduction to Symbolic Programming available. The SICP videos go with the first edition of the book. The complete text of the second edition is available online. It’s amazing how much information is packed into this one little book.

RowResizableTableView

Evan Jones has posted RowResizableTableView, an LGPL package with subclasses for NSTableView and NSOutlineView that support variable-height rows. There is a performance hit for this coolness because the subclasses have to do more than simple multiplication to figure out which rows need to be drawn.