[Readable-discuss] Proposal: SUBLIST (not a GROUP replacement)

2012-07-18 Thread Alan Manuel Gloria
Just when it's less than 2 weeks to spec freeze I once had to code this expression: force(car(force(unwrap-box(s And it's ugly. I could use I-expressions: force . car . . force . . . unwrap-box s But that wastes precious vertical space. So I propose the SUBLIST semantic.

Re: [Readable-discuss] Proposal: SUBLIST (not a GROUP replacement)

2012-07-18 Thread Alan Manuel Gloria
On 7/19/12, David A. Wheeler dwhee...@dwheeler.com wrote: Alan Manuel Gloria: Just when it's less than 2 weeks to spec freeze :-). I once had to code this expression: force(car(force(unwrap-box(s And it's ugly. I could use I-expressions: force . car . . force . . .