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

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Thu Jun 24 09:48:16 EDT 2010

To quote from Jose's documentation:

"I’ve concentrated initially in supporting those Schemes with the
richest (to my knowledge) introspection capabilities, namely, Guile
and Racket."

I assume it's running mostly elisp underneath.  :)

On Thu, Jun 24, 2010 at 9:28 AM, Shriram Krishnamurthi <sk at cs.brown.edu> wrote:
> Is it running Racket underneath?
>
> On Thu, Jun 24, 2010 at 2:20 PM, Jose A. Ortega Ruiz <jao at gnu.org> wrote:
>> On Thu, Jun 24 2010, Insik Cho wrote:
>>
>>> 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?
>>
>> If you're familiar with Emacs, you might give Geiser a try (full
>> disclosure: i'm Geiser's author). See http://www.nongnu.org/geiser for a
>> bit of documentation (once i finish writing the user manual, i'll make
>> the first relase; for now, you may consider it beta quality :)).
>>
>> (As an aside, and answering to another thread, Geiser let's you send
>> individual sexps to the REPL, among other things).
>>
>> Cheers,
>> jao
>>
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/users
>>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.