On Tue, Aug 30, 2011 at 3:59 PM, Sven Van Caekenberghe <s...@beta9.be> wrote:

> #+ value: 1 value: 2
>
> 1 perform: #+ with: 2
>
> Note that the last two expressions are equally short/concise, the second 
> being clearer.

That is not a comparison worth making. The fair comparison is:

[:a :b  | a + b]

vs

#+

Now, I'd say, the second is clearer. With it, Pharo gains support for
Tacit programming [1].

Niko



[1] http://en.wikipedia.org/wiki/Tacit_programming

-- 
http://scg.unibe.ch/staff/Schwarz
twitter.com/nes1983
Tel: +41786126354

Reply via email to