In section 4.2.7:

A colon sourrounded by whitespace (" : ") starts a bracket which gets
closed at the end of the line.

However, in your earlier set of examples 4.1.3:

let
  : x 1
    y 2
    z 3
  body

It's not entirely clear how your example interacts with rule 4.2.7.

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.


On Thu, May 8, 2014 at 4:31 AM, Arne Babenhauserheide <arne_...@web.de> 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:
> &#149; 3 signs your SCM is hindering your productivity
> &#149; Requirements for releasing software faster
> &#149; Expert tips and advice for migrating your SCM now
> http://p.sf.net/sfu/perforce
> _______________________________________________
> Readable-discuss mailing list
> Readable-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/readable-discuss

------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to