@felix9:Hehe I guess. I am using F# already on my own, but just about to start using it for my work projects.
Regardless, it would be nice to have it for the C# language also because it'd be neat.
Discussions
-
-
Just bought PyCharm and AppCode. Great deal! Thanks!
-
F# Object Expressions http://msdn.microsoft.com/en-us/library/dd233237.aspx
I even commented about it a year or two ago of how I wanted to be able to create an anonymous object of an Interface. I want it implemented for C# also! Maybe we can hope for it for C# 6.0.
type IFirst = abstract F : unit -> unit abstract G : unit -> unit type ISecond = inherit IFirst abstract H : unit -> unit abstract J : unit -> unit let implementer() = { new ISecond with member this.H() = () member this.J() = () interface IFirst with member this.F() = () member this.G() = () } -
I AM SORRY. WHAT DID YOU SAY? I COULDN'T HEAR OVER YOUR SCREAMING.
In all seriousness, I like the slight changes to the icon design and making it feel a bit lively.
However, what the hell is wrong with those CAPITALIZED menu items? It is very irritating.DeathByVisualStudio explained it perfectly.
53 minutes ago, DeathByVisualStudio wrote
THAT'S JUST AS BAS AS "PEOPLE THAT DON'T LIKE MY IDEA MUST BE RESISTANT TO CHANGE."
-
I am jealous. I have to wait till Friday to watch it

-
I don't usually comment on posts, but when I comment...
THAT IS ONE FUGGLY VISUAL STUDIO UI !!!
SO DARK AND GLOOMY....
WHAT IS VS TEAM THINKING !
/insert-rage-face
-
What??? I hope you are joking about it (or) only a local supply-side issue.
I love Crest toothpaste, and I hate Colgate. -
Ludacris? "How low can you go?"

-
3 days ago, Cream​Filling512 wrote
Yeah I'm betting Wii U will be the only next-gen console for a couple years at least.
If the rumors of Wii U being 50% faster than the XBox360 and PS3 were true, it is already an outdated machine by the time "XBox720" and "PS4" comes out.
Think of this.....
XBox360 and PS3 are already 5-6 years old and WiiU is only 50% faster than those machines?
Sure Nintendo might have some cool games like Mario...
But are game developers really gonna support its "outdated hardware" once PS4 and XBox720 starts coming out? -
Doesn't the rule of Sudoku disallow the same 'number/character' appear in the same row and column?
I see 'S' being in the same column already.