Click here to Skip to main content
15,891,951 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: WSO CCC OTD 2019-12-04 Pin
musefan4-Dec-19 1:24
musefan4-Dec-19 1:24 
GeneralRe: WSO CCC OTD 2019-12-04 - we have a winner! Pin
OriginalGriff4-Dec-19 1:32
mveOriginalGriff4-Dec-19 1:32 
GeneralRe: WSO CCC OTD 2019-12-04 - we have a winner! Pin
musefan4-Dec-19 1:45
musefan4-Dec-19 1:45 
QuestionNeed an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 21:31
mvahoney the codewitch3-Dec-19 21:31 
AnswerRe: Need an opinion: on semantic code meaning changes Pin
phil.o3-Dec-19 22:05
professionalphil.o3-Dec-19 22:05 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 22:32
mvahoney the codewitch3-Dec-19 22:32 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
phil.o3-Dec-19 23:04
professionalphil.o3-Dec-19 23:04 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 23:17
mvahoney the codewitch3-Dec-19 23:17 
No, the subset of C# i'm rendering is what is compliant with the CodeDOM. The CodeDOM itself is a genericized abstract-syntax-tree for representing code constructs. Those code constructs are rendered to a target language by a 3rd party "CodeDOM provider" - when people make languages for .NET they make a CodeDOM provider that introduces rendering for their language. "Stock" .NET distributions include a renderer for VB and C#.

Well, I don't like building those CodeDOM trees by hand, so I wrote "Slang" which takes a C# subset and turns it into a CodeDOM tree so that it can then be rendered into one of N target languages, including C# and VB

that's where VB comes into it.
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: Need an opinion: on semantic code meaning changes Pin
phil.o3-Dec-19 23:20
professionalphil.o3-Dec-19 23:20 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 23:21
mvahoney the codewitch3-Dec-19 23:21 
AnswerRe: Need an opinion: on semantic code meaning changes Pin
CPallini3-Dec-19 22:32
mveCPallini3-Dec-19 22:32 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 22:33
mvahoney the codewitch3-Dec-19 22:33 
AnswerRe: Need an opinion: on semantic code meaning changes Pin
Sander Rossel3-Dec-19 23:05
professionalSander Rossel3-Dec-19 23:05 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 23:13
mvahoney the codewitch3-Dec-19 23:13 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
Sander Rossel3-Dec-19 23:18
professionalSander Rossel3-Dec-19 23:18 
GeneralRe: Need an opinion: on semantic code meaning changes Pin
honey the codewitch3-Dec-19 23:20
mvahoney the codewitch3-Dec-19 23:20 
NewsD.C. Fontana, RIP Pin
Kent Sharkey3-Dec-19 8:51
staffKent Sharkey3-Dec-19 8:51 
GeneralRe: D.C. Fontana, RIP Pin
  Forogar  3-Dec-19 10:05
professional  Forogar  3-Dec-19 10:05 
GeneralRe: D.C. Fontana, RIP Pin
glennPattonWork35-Dec-19 3:12
professionalglennPattonWork35-Dec-19 3:12 
GeneralVS2017 Source Control Woes - Figured It Out!! Pin
Kevin Marois3-Dec-19 8:43
professionalKevin Marois3-Dec-19 8:43 
PraiseRe: VS2017 Source Control Woes - Figured It Out!! Pin
RickZeeland3-Dec-19 8:52
mveRickZeeland3-Dec-19 8:52 
JokeRe: VS2017 Source Control Woes - Figured It Out!! Pin
the goat in your machine3-Dec-19 18:28
the goat in your machine3-Dec-19 18:28 
GeneralVS2017 Source Control Woes - Continued Pin
Kevin Marois3-Dec-19 7:59
professionalKevin Marois3-Dec-19 7:59 
GeneralRe: VS2017 Source Control Woes - Continued Pin
Jörgen Andersson3-Dec-19 8:22
professionalJörgen Andersson3-Dec-19 8:22 
GeneralRe: VS2017 Source Control Woes - Continued Pin
Ron Anders3-Dec-19 8:34
Ron Anders3-Dec-19 8:34 

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.