[plt-scheme] In-line LaTeX in REPL

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sat Dec 6 11:54:54 EST 2008

I was waiting for some "here is the parser from a lang line to the
reader to use" documentation to show up. Apologies if I missed it. Can
you help me find it?

Robby

On Thu, Dec 4, 2008 at 4:19 PM, Eli Barzilay <eli at barzilay.org> wrote:
> On Dec  4, Jens Axel Soegaard wrote:
>> And the I run them I get nice formulas in the REPL.
>>
>> But! If I enter the following in the REPL
>>
>>   (let ([self @str{\lambda x . x x}])
>>     @latex{(@self) (@self)})
>>
>> I get the following error from the reader:
>>
>>     read: illegal use of `.'
>>
>> Should the REPL of the module language use the reader
>> specified in the source file?
>
> Yes, the repl currently just reads plain s-expressions (both drscheme
> and mzscheme).  The basic functionality to make it use the properties
> of the language are there, but someone (*cough*) needs to use it and
> implement a layer that will provide these properties.
>
> --
>          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>                  http://www.barzilay.org/                 Maze is Life!
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.