This behaves surprisingly:

$
! a b
! c d
==>
((a b (c d)))

it seems $ consumes the following newline, resulting in same parsing as if
I wrote

$ a b
   c d

Is this deliberate?
Since "a b" is on a child line, I'd it to parse in the same manner as "c
d", resulting in ((a b) (c d)).

[I'm asking this because if it's 'fixed, my
closing-SUBLIST-by-unmatched-dedent would allow:

let $
! ! x $ compute 'x
! ! y $ compute 'y
! body...
]
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to