This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: emacs.scm missing


 I really enjoy the `xscheme' interface used with MIT-Scheme.  I like
 how it lets you work with an expression at a time, rather than a line
 at a time.  There's no prompt from the REPL...  You push C-M-x or
 M-Enter to send an sexp to the scheme process.  It prints its output
 prefixed by `;; '.  With font locking turned on, it's a beutiful
 thing.