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

From: Insik Cho (iminsik at gmail.com)
Date: Thu Jun 24 06:33:16 EDT 2010

I see.

Do you think if emacs is a good tool for editing, saving and executing
racket programming?

I prefer command-like environment to GUI. But, It's inconvenient to edit a
file and enter! it separately in a shell.

What environment or editor are you using for racket programming?

- Joe


On Thu, Jun 24, 2010 at 3:25 AM, Noel Welsh <noelwelsh at gmail.com> wrote:

> It doesn't work that way. You should first save your defns in a file
> (as a module) and then load that file into racket. If you're working
> with command line racket you might want to look at the enter!
> function.
>
> N.
>
> On Thu, Jun 24, 2010 at 11:03 AM, Insik Cho <iminsik at gmail.com> wrote:
> > Hi buddies,
> > I like a normal shell interactive environment.
> > After I'm working in console 'racket,' I don't want to lose all the
> > definitions I have made.
> > How can I save the definitions to an external file, i.e., 'xxx.ss'?
> > Thanks in advance.
> > - Joe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100624/df7c2b01/attachment.html>

Posted on the users mailing list.