Does this changing this line to `(make-evaluator ‘(special r5rs)` do what you want? https://github.com/jarcane/try-racket/blob/master/main.rkt#L53
On Mar 27, 2015, at 6:44 PM, Chrakhan Barzanji <[email protected]> wrote: > hi, > as you may know in TryRacket the language of the REPL is set on racket/base! > I mean the Racket interpreter, but i want to change ist to r5rs! could you > tell, how to do this! > I can run main.rkt locally using localhost, just telll me wher i can tell > main.rkt to change me the interpreter language! > > thanks > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

