I tried already to change the line but what i want to see is when i write '(1 2 
3) in the REPL i want to get (1 2 3) and not '(1 2 3) or (mcons 1( mcons 2...
Just like  DrRacket in r5rs language do!
Any idea what to do? 


Sent from my iPhone

> On 28 Mar 2015, at 00:44, Alexander D. Knauth <[email protected]> wrote:
> 
> 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.

Reply via email to