[racket] evaluate some code in the REPL of the running program

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Mon Dec 19 10:42:33 EST 2011

DrRacket doesn't have a built-in keybinding for this, but thanks to
its extensibility features, you can build it yourself.  It's worked
out as an example here:
http://docs.racket-lang.org/drracket/Keyboard_Shortcuts.html?q=keybinding#%28part._.Sending_.Program_.Fragments_to_the_.R.E.P.L%29

On Mon, Dec 19, 2011 at 10:39 AM, Răzvan Rotaru <razvan.rotaru at gmail.com> wrote:
> Hi,
>
> Can I send an expression for evaluation to the REPL in Dr.Racket? (i.e.
> select some code, and evaluate it in the REPL of the running program)
>
> Razvan
>
> _________________________________________________
>  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.