Here is a good article about scripting Microsoft Excel with PLT Scheme via COM.
Tag: Programming Language
How to Set Up Gambit-C for the iPhone
Popular Lisper Doesn't Do TDD; Java Programmer Not Sure How To React
Here is an article about how a Java programmer can’t wrap his mind around the fact that Rich Hickey doesn’t do TDD even though all of said programmer’s friends agree that TDD is the best thing ever.
(via reddit)
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
A Simple PHP Class to Back Up MySQL
My web host is cutting over from allowing shell scripts to requiring scripting languages instead. I had wanted to write a script in PHP, so I figured this is a good opportunity.
Here is a simple PHP class to back up a MySQL database and blanket-delete old backups from a directory.
Continue reading “A Simple PHP Class to Back Up MySQL”
Eiffel iPhone Progress
The runtime is up and running on the device and the simulator.
Eiffel and the iPhone
This post describes what might be the beginnings of developing in Eiffel on the iPhone (Manu is a prolific Eiffeler, and works for Bertrand Meyer’s company).
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)