The argument: Code an in editor should be dynamically formatted using something like intelligent table-based layouts.
Seems like an OK idea. Read about it here.
Tag: Ide
Using Syntax Highlighting to Flag Mutation
As Robby describes here, in a recent build of DrScheme he added mutation flagging to the syntax-highlighting.
r6rs-library-mode: Emacs support for R6RS Scheme
EiffelVision finally goes native for OS X
EiffelVision seems to have finally gone native for OS X.
A Brief Review of PragProg's Becoming Productive in Xcode Screencasts
I just finished watching the first 2 episodes of this screencast series. It has a pleasant tone and a lot of helpful information in it. You might imagine it as sitting down with another developer already familiar with Xcode and having him show you the very best features and highlights of the IDE. The author doesn’t play up Xcode too much, but by demoing all of the specific features he did, the viewer will find that ultimately they all make for a very powerful and pleasant to use IDE.
This is a great screencast to combine with reading the vendor documentation (here). The screencast gives you a jumpstart by highlighting the best features and getting you productive with the IDE while the vendor documentation gives you some important details that wouldn’t make sense to include in a screencast like this.
The author presented with a pleasant tone and a good meter, and the content was perfect for showing off Xcode. Apple should thank him as the documentation doesn’t come anywhere close to selling the great features that Xcode provides as the author does in these screencasts.
Using Org Mode: One Man's Approach
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.
New version of PLT is out
Geiser: A New Emacs-Scheme Interaction Mode
Here is the announcement for a new Emacs-Scheme interaction mode that already works with PLT and Guile, and will probably soon be working with Ikarus, too.