Click here to Skip to main content
15,892,059 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: VB.NET is hateful Pin
honey the codewitch19-Dec-19 5:46
mvahoney the codewitch19-Dec-19 5:46 
GeneralRe: VB.NET is hateful Pin
Richard Deeming19-Dec-19 5:54
mveRichard Deeming19-Dec-19 5:54 
GeneralRe: VB.NET is hateful Pin
honey the codewitch19-Dec-19 5:55
mvahoney the codewitch19-Dec-19 5:55 
GeneralRe: VB.NET is hateful Pin
User 1106097919-Dec-19 6:00
User 1106097919-Dec-19 6:00 
GeneralRe: VB.NET is hateful Pin
honey the codewitch19-Dec-19 6:03
mvahoney the codewitch19-Dec-19 6:03 
GeneralRe: VB.NET is hateful Pin
obermd26-Dec-19 9:51
obermd26-Dec-19 9:51 
GeneralRe: VB.NET is hateful Pin
Rick York19-Dec-19 7:26
mveRick York19-Dec-19 7:26 
GeneralRe: VB.NET is hateful Pin
honey the codewitch19-Dec-19 7:30
mvahoney the codewitch19-Dec-19 7:30 
I don't know. C# grew on me. I look at the grammar of it as like a serious subset of C++, with some sugar added so you don't have to worry about . vs. ->

although latter versions like C#8 are getting ugly.

Still, my main gripe with C# is lack of source level templates and lack of multiple inheritance, but especially the templates. Generics just don't cut it. You can't do things like partial template specializations or traits with generics.

I come from a C++ background but these days I code in C# a lot. I like the fact that it's "cheaper" in terms of effort and debugging than C++. It's like if Java were something I could stand. Which is nice.

Although I'll add, while the grammar is simple, it's highly ambiguous and requires extensive type information in order to parse it. That really bugs me. My parser has to do serious backtracking and then i spend ages in CPU cycles fixing the parsetree i get back by injecting type information into it and correcting it based on that. It's nasty.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: VB.NET is hateful Pin
Rick York19-Dec-19 8:37
mveRick York19-Dec-19 8:37 
GeneralRe: VB.NET is hateful Pin
honey the codewitch19-Dec-19 8:39
mvahoney the codewitch19-Dec-19 8:39 
GeneralRe: VB.NET is hateful Pin
Marc Clifton19-Dec-19 7:49
mvaMarc Clifton19-Dec-19 7:49 
GeneralRe: VB.NET is hateful Pin
Cp-Coder19-Dec-19 8:22
Cp-Coder19-Dec-19 8:22 
QuestionRe: VB.NET is hateful Pin
Eddy Vluggen19-Dec-19 16:26
professionalEddy Vluggen19-Dec-19 16:26 
AnswerRe: VB.NET is hateful Pin
honey the codewitch19-Dec-19 16:28
mvahoney the codewitch19-Dec-19 16:28 
GeneralRe: VB.NET is hateful Pin
Mark_Wallace19-Dec-19 20:07
Mark_Wallace19-Dec-19 20:07 
GeneralRe: VB.NET is hateful Pin
honey the codewitch19-Dec-19 22:31
mvahoney the codewitch19-Dec-19 22:31 
GeneralRe: VB.NET is hateful Pin
Mark_Wallace20-Dec-19 1:04
Mark_Wallace20-Dec-19 1:04 
GeneralRe: VB.NET is hateful Pin
honey the codewitch20-Dec-19 1:05
mvahoney the codewitch20-Dec-19 1:05 
GeneralRe: VB.NET is hateful Pin
honey the codewitch20-Dec-19 1:08
mvahoney the codewitch20-Dec-19 1:08 
GeneralRe: VB.NET is hateful Pin
Mark_Wallace20-Dec-19 1:48
Mark_Wallace20-Dec-19 1:48 
GeneralRe: VB.NET is hateful Pin
honey the codewitch20-Dec-19 4:40
mvahoney the codewitch20-Dec-19 4:40 
GeneralRe: VB.NET is hateful Pin
Mark_Wallace20-Dec-19 7:32
Mark_Wallace20-Dec-19 7:32 
GeneralRe: VB.NET is hateful Pin
honey the codewitch20-Dec-19 7:35
mvahoney the codewitch20-Dec-19 7:35 
GeneralRe: VB.NET does not do everything exactly as the OP likes, therefore it is hateful, kludgy, and stupid Pin
Mark_Wallace20-Dec-19 7:48
Mark_Wallace20-Dec-19 7:48 
GeneralRe: VB.NET does not do everything exactly as the OP likes, therefore it is hateful, kludgy, and stupid Pin
honey the codewitch20-Dec-19 7:49
mvahoney the codewitch20-Dec-19 7:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.