Thank you so much Alex ... What would it take to transform this code to
handle string as input instead of file stream?

On Sat, May 4, 2019 at 11:17 PM Alexander Burger <a...@software-lab.de>
wrote:

> On Sun, May 05, 2019 at 07:58:16AM +0200, Alexander Burger wrote:
> > Hi Kashyap,
> >
> > > Gentle reminder :)
> > ...
> > > >     (while (not (= (peek) "\""))
> >
> > Better (until (= (peek) "\"")
>
> Like what I said about 'prog', also 'not' should seldom be necessary. At
> least
> *never* in conditionals.
>
> ☺/ A!ex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>

Reply via email to