At Thu, 24 Jun 2010 03:03:08 -0700, Insik Cho wrote: > 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'?
You can try running racket with rlwrap. In addition to giving it readline support, it will save all your interactions in ~/.racket_history It's a hack, but it works. Vincent _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users