[racket] How to use typed/racket within Emacs and scheme top level ???

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Mon Oct 18 11:43:46 EDT 2010

On Sun, Oct 17, 2010 at 9:32 PM, Hari Prashanth <krhari at ccs.neu.edu> wrote:
> Currently Typed Racket at repl does not completely work...

Yes, and this is likely to remain the case, at least in general.
Typed Racket is designed to be used in modules.  The REPL is supported
for simple interactions, but the form-at-a-time nature makes some
things much harder, and some things impossible (such as
mutually-recursive functions).  Since some of these issues make
documentation examples harder, the situation may improve, but I can't
guarantee it.
-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.