[plt-scheme] In-line LaTeX in REPL

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Dec 6 15:31:33 EST 2008

On Dec  6, Robby Findler wrote:
> 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?

It's not there yet.  When it's there, it will roughly have two
flavors: get a property for the language in a port, or for the
language in a bytecode file.


> 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
> >
> >

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.