[racket] How to use typed/racket within Emacs and scheme top level ???
Typed racket at the repl still isn't working for me.
Even using "racket -I /typed racket", I still cannot create
simple structures from within the the racket repl.
Here is a transcript from a Windows cmd.com session (just
to take Emacs and Quack out of the equation for now).
C:\Documents and Settings\scottmcl>racket -I typed/scheme
Welcome to Racket v5.0.1.
> (struct: Foo ([i : Integer]))
stdin::0: dtsi*: expected struct name at: Foo in: (dtsi* () Foo ((i :
Integer)) #:maker Foo)
=== context ===
C:\Program
Files\Racket\collects\syntax\private\stxparse\runtime-prose.rkt:27:0
C:\Program Files\Racket\collects\racket\private\misc.rkt:74:7
The same definition and a following expression - (Foo 10) - type-check,
compile and evaluate perfectly well in DrRacket using #lang typed/scheme
and just clicking the 'Run' button.
Thanks much for any and all advice!!!
Scott
On 10/14/2010 2:11 AM, Eli Barzilay wrote:
> 30 minutes ago, Neil Van Dyke wrote:
>> I think probably you need to invoke the interpreter like "racket -il
>> typed/racket".
> Using `racket -I typed/racket' is more convenient.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20101018/e734c554/attachment.html>