class-dump
This is a command-line utility for examining the Objective-C runtime information stored in Mach-O files. It generates declarations for the classes, categories and protocols. This is the same information provided by using ‘otool -ov’, but presented as normal Objective-C declarations, so it is much more compact and readable.
Why use class-dump?
It’s a great tool for the curious. You can look at the design of closed source applications, frameworks, and bundles. Watch the interfaces evolve between releases. Experiment with private frameworks, or see what private goodies are hiding in the AppKit. Learn about the plugin API lurking in Mail.app.
Category: Link
Impromptu Scheme for OS X
Impromptu is an OSX programming environment for composers, sound artists, VJ’s and graphic artists with an interest in live or interactive programming. Impromptu is a Scheme language environment, a member of the Lisp family of languages.
A Few Ways for Invoking Units in PLT Scheme
Here is an article about a few ways for invoking Units in PLT Scheme.
Haskell 2010 Features
Major IronScheme Documentation Updates
Debugging and Interacting with iPhone Scheme Apps via a REPL
In this post James explains how to do so with Gambit. Awesome.
Pi Cubed
Pi Cubed is a visual math application for the iPhone / iPod touch that lets you perform calculations as you would on a piece of paper.
This app looks very interesting both in the problem that it solves and how it allows you to do so.
iPhone developer stencil kit
Check it out here.
It looks pretty nice. However, one might find a fat sharpy to be quicker, and good antidote to perfectionism.
(via the-gadgeteer)
Simply Scheme is now available online
I’m pleased to announce that the full text of
Simply Scheme: Introducing Computer Science
is available online in PDF and HTML form at
http://www.cs.berkeley.edu/~bh/ss-toc2.html
— Brian Harvey
Thanks Brian!
(via comp.lang.scheme)