Here is a good article about scripting Microsoft Excel with PLT Scheme via COM.
Tag: Scheme
How to Set Up Gambit-C for the iPhone
More Scheme on the iPhone
Brian’s Brain
Eduardo posted some new OpenGL demos here.
[[http://www.wisdomandwonder.com/wordpress/wp-content/uploads/2009/06/brians-brain-150×150.png]]
(via Ikarus)
A Demonstration of IronScheme's New Debugger
Leppie posted a video that shows off IronScheme’s new debugger here.
Using DrScheme to Edit Code for Any Distribution
I would like, or for someone else to, write a plugin for DrScheme that would allow it to easily call out to execute code on any Scheme distribution.
The reason is that DrScheme is a very nice cross-platform editor with great features that you can use on R5RS and R6RS Scheme source code.
The plugin would need to be smart enough to know how to call out to another Scheme executable and disable PLT specific features.
Based on Leppie and Eli’s conversation; it seems possible.
Am I the only one that uses DrScheme for all of my Scheme editing?
I run code on PLT, Ikarus, Ypsilon, and Iron Scheme.
Guile Took Psyntax to Heart
Our addiction to addition
Here is a great post about elegance.
Something is elegant if it is two things at once: unusually simple and surprisingly powerful.
— Matthew E. May
That makes me think of Scheme.
(via Guy)
Objective-C Bindings for PLT Scheme
Objective-C Bindings for PLT Scheme are included in the most recent release. They are brand new and apparently limited; but they are a start.