Thanks again Robby! I will create issues on the drracket github issues page.

On Tuesday, October 6, 2020 at 9:23:49 AM UTC-4 Robby Findler wrote:

> On Tue, Oct 6, 2020 at 1:50 AM Nick Lee <nick.l...@gmail.com> wrote:
>
>> Thank you very much Robby for the quick reply! I should have mentioned 
>> that our students are using Beginning Student by setting the Language to 
>> that, rather than adding #lang htdp/bsl. 
>>
>
> Right, I got that. I merely meant to say that those are likely to be the 
> same bug.
>  
>
>> It appears this makes a difference. So the whole file looks like:
>>
>> ;; The first three lines of this file were inserted by DrRacket. They 
>> record metadata
>> ;; about the language level of this file in a form that our tools can 
>> easily process.
>> #reader(lib "htdp-beginner-reader.ss" "lang")((modname file) 
>> (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor 
>> repeating-decimal #f #t none #f () #f)))
>> (define (quasiquote x) x)
>> (define (f x) 123)
>> `(f 888)
>>
>> Running this file in command line with "racket file.rkt" doesn't show any 
>> errors for me. I'm using DrRacket 7.8 if it matters.
>>
>>
> Ah, oops. I had mistakenly tested with BSL+. I see this error too, now.
>
> Robby
>
>

-- 
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 racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/f86ec3c9-e0c3-4616-b242-cc419ef33059n%40googlegroups.com.

Reply via email to