On 9/2/12, David A. Wheeler <dwhee...@dwheeler.com> wrote:
> Actually, a <* ... *> pair where indent processing is active would help
> solve a different problem: "let" with one variable.  Currently you need to
> do this, which is paren-heavy for such a simple case:
> let ( myvar(calculate(init)) )
> ! ...
>
> Alternatively, you could do this, but this uses up two lines where the first
> one does almost nothing:
> let
> !  $ myvar calculate(init)
> !  ...
>
> But with this pair, perhaps you could do:
> let <* myvar calculate(init) *>
> ! ...

For this behavior, what would the specifications exactly be?

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to