[racket] what kind of Racket editor operations would you like to see?

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Fri Jul 15 08:12:57 EDT 2011

On Fri, Jul 15, 2011 at 1:35 AM, Neil Van Dyke <neil at neilvandyke.org> wrote:
>
> I'm also interested in ideas for language-specific operations, such as
> Quack's command to toggle a form between "(define (X ...) ...)" and "(define
> X (lambda (...) ...))".  Different people will want different of these
> operations, and I probably can't predict most of them.

One operation that John Clements and I implemented for DrRacket that
you might consider is a way to toggle between [] and ().  It's useful
for fixing code that doesn't correspond to the one true way of using
[].  ;)
-- 
sam th
samth at ccs.neu.edu



Posted on the users mailing list.