"Monkol" <[email protected]> wrote in message
news:[email protected]...
>i think it is necessary to change template syntax and do as C++ style
>template A <>, and not A !(), A <>. many people come from C++ and
it will
>be easy to adapt.
I came from C++, and I found it easy to adapt. Plus, like it says in
the
link Steve gave, there are technical downsides to using <>.
It's not just a "looks" issue. Doing that would no longer allow the
language to be context-free, because of ambiguities with
greater-than/less-than operators.
http://stackoverflow.com/questions/52506/c-template-ambiguity