Click here to Skip to main content
15,884,298 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: Project Suggestion Pin
Paul Sanders (the other one)1-Aug-22 21:29
Paul Sanders (the other one)1-Aug-22 21:29 
GeneralRe: Project Suggestion Pin
MSBassSinger2-Aug-22 3:51
professionalMSBassSinger2-Aug-22 3:51 
GeneralRe: Project Suggestion Pin
Paul Sanders (the other one)2-Aug-22 5:17
Paul Sanders (the other one)2-Aug-22 5:17 
GeneralRe: Project Suggestion Pin
MSBassSinger2-Aug-22 6:03
professionalMSBassSinger2-Aug-22 6:03 
GeneralRe: Project Suggestion Pin
Paul Sanders (the other one)2-Aug-22 8:55
Paul Sanders (the other one)2-Aug-22 8:55 
GeneralRe: Project Suggestion Pin
MSBassSinger2-Aug-22 9:34
professionalMSBassSinger2-Aug-22 9:34 
GeneralRe: Project Suggestion Pin
Paul Sanders (the other one)3-Aug-22 0:18
Paul Sanders (the other one)3-Aug-22 0:18 
GeneralRe: Project Suggestion Pin
MSBassSinger3-Aug-22 1:59
professionalMSBassSinger3-Aug-22 1:59 
Not really during compile time. The compilers back then simply used them as delimiters to know when a line ended (semicolon) and the demarcation of code blocks for logic flow. They were not used for anything beyond that, and were a trifle compared to the characters in the line.

In a language like VB, the CRLF (absent a line continuation character) is used to denote the end of a line. Instead of brackets, VB uses key words (like End If) to denote logical blocks.

Developers who have known nothing but the C/C++/Java curly bracket syntax would likely not be comfortable with VB’s syntax, even though it is cleaner and appears more like natural writing than code with curly brackets and semicolons.

I adapted quickly enough to the more archaic pattern of curly brackets and semicolons, coming from the FORTRAN/COBOL/Clipper/VB syntax. Those coming from the other direction that I have known had more difficulty getting used to the cleaner syntax.

But C# developers today greatly outnumber VB developers, so MS rightly addresses that customer base by focusing on C# over VB.
GeneralRe: Project Suggestion Pin
Paul Sanders (the other one)3-Aug-22 2:11
Paul Sanders (the other one)3-Aug-22 2:11 
GeneralRe: Project Suggestion Pin
MSBassSinger3-Aug-22 2:50
professionalMSBassSinger3-Aug-22 2:50 
GeneralRe: Project Suggestion Pin
Paul Sanders (the other one)3-Aug-22 3:04
Paul Sanders (the other one)3-Aug-22 3:04 
GeneralRe: Project Suggestion Pin
maze31-Aug-22 23:16
professionalmaze31-Aug-22 23:16 
GeneralRe: Project Suggestion Pin
MikeCO102-Aug-22 2:47
MikeCO102-Aug-22 2:47 
GeneralRe: Project Suggestion Pin
MSBassSinger2-Aug-22 3:50
professionalMSBassSinger2-Aug-22 3:50 
GeneralRe: Project Suggestion Pin
Bruce Patin2-Aug-22 3:53
Bruce Patin2-Aug-22 3:53 
GeneralRe: Project Suggestion Pin
jochance2-Aug-22 4:24
jochance2-Aug-22 4:24 
GeneralRe: Project Suggestion Pin
Kirk 103898212-Aug-22 8:19
Kirk 103898212-Aug-22 8:19 
GeneralRe: Project Suggestion Pin
scott mcnulty 20212-Aug-22 9:18
scott mcnulty 20212-Aug-22 9:18 
GeneralRe: Project Suggestion Pin
scott mcnulty 20212-Aug-22 9:18
scott mcnulty 20212-Aug-22 9:18 
GeneralRe: Project Suggestion Pin
User 4909743-Aug-22 8:48
User 4909743-Aug-22 8:48 
GeneralRe: Project Suggestion Pin
PIEBALDconsult3-Aug-22 8:50
mvePIEBALDconsult3-Aug-22 8:50 
GeneralRe: Project Suggestion Pin
User 4909743-Aug-22 9:14
User 4909743-Aug-22 9:14 
GeneralHave you come across any Unique or Stupid or different books? Pin
thatraja1-Aug-22 3:42
professionalthatraja1-Aug-22 3:42 
GeneralRe: Have you come across any Unique or Stupid or different books? Pin
OriginalGriff1-Aug-22 4:55
mveOriginalGriff1-Aug-22 4:55 
GeneralRe: Have you come across any Unique or Stupid or different books? Pin
Greg Utas1-Aug-22 5:04
professionalGreg Utas1-Aug-22 5:04 

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.