[racket] Scribbling HTDP

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Feb 27 10:31:41 EST 2012

Should consider this a bug (that that the call to make-evaluator below
doesn't set things up properly for this usecase)?

Robby

On Mon, Feb 27, 2012 at 9:27 AM, Matthias Felleisen
<matthias at ccs.neu.edu> wrote:
>
> I am running a short filter function on the output that changes #t to true. -- Matthias
>
>
>
> On Feb 27, 2012, at 10:23 AM, Klaus Ostermann wrote:
>
>> Hi all,
>>
>> I want to use Scribble for some lecture notes using HTDP/2e.
>>
>> The example "An Introduction to Racket with Pictures" illustrates how to use Scribble and embed Racket evaluation. However, the HTDP
>> languages behave different in some ways - for instance, they
>> print "#t" as "true" and various other differences.
>>
>> How can I use Scribble to write about examples in the HTDP languages?
>> I want the exact behavior of the HTDP languages. Using, say,
>> (make-evaluator 'lang/htdp-intermediate)
>> is not sufficient.
>>
>> HTDP/2e itself seems to be written using Scribble, which would mean that there is already a solution to this problem (?).
>>
>> Regards,
>> Klaus
>> ____________________
>> Racket Users list:
>> http://lists.racket-lang.org/users
>
>
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users


Posted on the users mailing list.