On 2013-03-12, 23:49, Hans Uhlig wrote:
On 3/9/2013 10:10 AM, deadalnix wrote:
On Saturday, 9 March 2013 at 17:51:31 UTC, Ali Çehreli wrote:
On 03/09/2013 03:15 AM, Artur Skawina wrote:
> - static-if not creating scopes /is/ confusing, but what
would be a better
> alternative?
I am surprised that << and >> are never mentioned:
static_if >>
void foo();
<<
Problem solved. ;)
Ali
static if(condition) «
void foo();
»
Let's do it with style ;)
So now I am going to need a unicode keyboard or a massive list of
unicode code points.
Or we could make the language latex-aware, and use \guillemotleft and
\guillemotright. That would also solve the problem of operators ∃, √,
⊂, ∩, ∙, ⨯, and the like.
I kid, of course. But it might be worth having a look at Fortress for
their representational and editable forms, as well as the wealth of
overloadable operators.
--
Simen