by philipbjorge on 3/18/13, 4:08 PM with 17 comments
by lbolla on 3/18/13, 4:24 PM
by pixelmonkey on 3/18/13, 5:34 PM
See:
[1] http://wiki.ipython.org/Cookbook/Connecting_to_a_remote_kern...
by bitwize on 3/18/13, 6:19 PM
Define a procedure, macro, or record type called foo:
(define (foo x) ...)
Now say: ,(edit foo)
Your definition appears in the editor of your choice. (Try running GT within Emacs and setting your EDITOR to "emacsclient".) Make changes; provided no errors occurred (like missing parens) the changes take effect when you save and quit.It's a nice little workflow; if you squint, it almost feels like a CADR...
by JulianWasTaken on 3/18/13, 4:29 PM
Haven't looked at the code yet, but I wrote:
https://github.com/Julian/dotfiles/blob/master/.config/pytho...
which does something similar (and is interpreter agnostic as it looks like this is).
by ashayh on 3/18/13, 9:10 PM
by jlgreco on 3/18/13, 4:18 PM
Neat regardless.
by Glench on 3/18/13, 4:38 PM