Hacker News new | ask | show | jobs
by resonious 588 days ago
What would be your preferred syntax?
1 comments

When using implicit typing, definitely `var foo = (int Foo)12`. Less sure what the explicit variant should look like, since parsing may be trickier, but `(int Foo) foo = 12` might work?