Click here to Skip to main content
15,886,724 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: Why Python does my head in #458 Pin
megaadam1-Feb-23 22:32
professionalmegaadam1-Feb-23 22:32 
GeneralRe: Why Python does my head in #458 Pin
pkfox1-Feb-23 23:36
professionalpkfox1-Feb-23 23:36 
GeneralRe: Why Python does my head in #458 Pin
Chris Maunder3-Feb-23 3:37
cofounderChris Maunder3-Feb-23 3:37 
GeneralRe: Why Python does my head in #458 Pin
pkfox3-Feb-23 21:26
professionalpkfox3-Feb-23 21:26 
GeneralRe: Why Python does my head in #458 Pin
BernardIE53172-Feb-23 6:29
BernardIE53172-Feb-23 6:29 
GeneralRe: Why Python does my head in #458 Pin
Chris Maunder3-Feb-23 3:33
cofounderChris Maunder3-Feb-23 3:33 
QuestionMessage Removed Pin
1-Feb-23 3:44
Muhammad Asad Oct20221-Feb-23 3:44 
QuestionWhat is your language feature wish list? Pin
honey the codewitch1-Feb-23 0:33
mvahoney the codewitch1-Feb-23 0:33 
What languages, wishlists do you have for your favorite programming languages?

C and where applicable, C++:
preprocessor definitions that are private to the actual (in this case header) file they are contained in.
namespaces that are private to their header.
and/or a standard way to separate the implementation of templates into a cpp file
a way to predeclare templates (not template instantiations) such that you can access them before they are defined.

C#:
Mainly I want its code generation to have DSL (domain specific language) capabilities. This means you can create code generation facilities that introduce new keywords into the language, for doing things like AOP and cross-cutting functionality orthogonal to any specific class. The only problem with it is I think it would be overused.
To err is human. Fortune favors the monsters.

AnswerRe: What is your language feature wish list? Pin
Daniel Pfeffer1-Feb-23 3:00
professionalDaniel Pfeffer1-Feb-23 3:00 
GeneralRe: What is your language feature wish list? Pin
honey the codewitch1-Feb-23 4:44
mvahoney the codewitch1-Feb-23 4:44 
AnswerRe: What is your language feature wish list? Pin
Chris Maunder1-Feb-23 4:27
cofounderChris Maunder1-Feb-23 4:27 
AnswerRe: What is your language feature wish list? PinPopular
Single Step Debugger1-Feb-23 5:22
Single Step Debugger1-Feb-23 5:22 
GeneralRe: What is your language feature wish list? Pin
PIEBALDconsult1-Feb-23 5:53
mvePIEBALDconsult1-Feb-23 5:53 
GeneralRe: What is your language feature wish list? PinPopular
Jeremy Falcon1-Feb-23 6:09
professionalJeremy Falcon1-Feb-23 6:09 
JokeRe: What is your language feature wish list? Pin
Daniel Pfeffer1-Feb-23 6:53
professionalDaniel Pfeffer1-Feb-23 6:53 
GeneralRe: What is your language feature wish list? Pin
Mike Hankey1-Feb-23 10:04
mveMike Hankey1-Feb-23 10:04 
GeneralRe: What is your language feature wish list? Pin
jmaida1-Feb-23 12:14
jmaida1-Feb-23 12:14 
GeneralRe: What is your language feature wish list? Pin
Rick York1-Feb-23 7:30
mveRick York1-Feb-23 7:30 
JokeRe: What is your language feature wish list? Pin
Jeremy Falcon1-Feb-23 7:45
professionalJeremy Falcon1-Feb-23 7:45 
GeneralRe: What is your language feature wish list? Pin
Mike Hankey1-Feb-23 10:05
mveMike Hankey1-Feb-23 10:05 
GeneralRe: What is your language feature wish list? Pin
PIEBALDconsult1-Feb-23 8:30
mvePIEBALDconsult1-Feb-23 8:30 
GeneralRe: What is your language feature wish list? Pin
Jeremy Falcon1-Feb-23 8:35
professionalJeremy Falcon1-Feb-23 8:35 
JokeRe: What is your language feature wish list? Pin
Daniel Pfeffer1-Feb-23 19:26
professionalDaniel Pfeffer1-Feb-23 19:26 
GeneralRe: What is your language feature wish list? Pin
Gary Wheeler2-Feb-23 2:12
Gary Wheeler2-Feb-23 2:12 
GeneralRe: What is your language feature wish list? Pin
Member 156729112-Feb-23 1:17
Member 156729112-Feb-23 1:17 

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.