[racket] How can I save all the definitions in racket to a file?
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