Re: [Readable-discuss] spinoff wisp srfi
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
From: Alan M. G. <alm...@gm...> - 2014-06-08 22:51:51
|
The specifications do not indicate what the supported elements are. What happens if I input the C string "(define foo\n bar)\n"? (or in short, is parentheses supported?) You reference SRFI-105, but only as an indirect reference from SRFI-110. I'd assume you want each "token" in your syntax to actually be neoteric but it's not spelled out. Or is each "token" just a Lisp atom? How about vector literals? On Mon, Jun 9, 2014 at 1:50 AM, Arne Babenhauserheide <arn...@we...> wrote: > Hi Alan, > > Am Sonntag, 1. Juni 2014, 08:35:58 schrieb Alan Manuel Gloria: >> It might be better to extend your clarification section a little. I >> think your intent here is that : at the beginning of a line adds an >> extra open parentheses that gets closed at end-of-line (rule 4.2.7) >> *and* defines an indentation level. > > Thank you for spotting that - and thanks for checking the SRFI! > > Thank to your commetn, I also found another point where I wasn’t spelling the intent exactly enough: it defines an indentation level *at the position of the colon*. > > I now added your note to the clarifications. How should I reference you? > > Best wishes, > Arne > >> On Thu, May 8, 2014 at 4:31 AM, Arne Babenhauserheide <arn...@we...> wrote: >> > Hi, >> > >> > I worked quite a bit on my simplified readable-spinoff wisp, and since it now works pretty well, I drafted a SRFI. It is still quite rough, but the basics should be in. >> > >> > In the rationale I contrast it to readable, and it would be nice if you could check whether I’m fair towards readable in that. >> > >> > Also despite the different focus we chose, I consider you folks to be the experts on indentation-sensitive lisp, so I would be very happy to get your opinion. >> > >> > >> > http://draketo.de/proj/wisp/srfi.html >> > >> > >> > Best wishes, >> > Arne >> > -- >> > A man in the streets faces a knife. >> > Two policemen are there it once. They raise a sign: >> > >> > “Illegal Scene! Noone may watch this!” >> > >> > The man gets robbed and stabbed and bleeds to death. >> > The police had to hold the sign. >> > >> > …Welcome to Europe, citizen. Censorship is beautiful. >> > >> > ( http://draketo.de/stichwort/censorship ) >> > >> > >> > >> > >> > ------------------------------------------------------------------------------ >> > Is your legacy SCM system holding you back? Join Perforce May 7 to find out: >> > • 3 signs your SCM is hindering your productivity >> > • Requirements for releasing software faster >> > • Expert tips and advice for migrating your SCM now >> > http://p.sf.net/sfu/perforce >> > _______________________________________________ >> > Readable-discuss mailing list >> > Rea...@li... >> > https://lists.sourceforge.net/lists/listinfo/readable-discuss > > -- > singing a part of the history of free software: > > - http://infinite-hands.draketo.de > |