[racket] How can I save all the definitions in racket to a file?

From: Jose A. Ortega Ruiz (jao at gnu.org)
Date: Thu Jun 24 09:50:37 EDT 2010

On Thu, Jun 24 2010, Shriram Krishnamurthi wrote:

> Is it running Racket underneath?

Yes. And, in fact, Racket is doing most of the work, not only for
evaluation, but also when it comes to obtaining metadata for
completions, showing arities and argument names, listing module exports,
etc., etc.

Emacs just starts a Racket process and asks it for the data it needs.
And there's also an 'interactions window', with history &c.

Cheers,
jao


Posted on the users mailing list.