On 2013-03-25 04:01, Manfred Nowak <svv1...@hotmail.com> wrote:

Nick Treleaven wrote:

write!"%s\n" = someExpression;

Iff at all I prefer `write!someExpression= "%s\n";'

Seriously, checking validity at execution time causes another sort
of hiccoughs that should not be part of a language intended for
large scale coding.

From what I can see, Nick's solution allows compile time validity
checking whereas yours does not.

--
Simen

Reply via email to