What features would you like to see added to your favorite programming language?

Posted by George Edison on Stack Overflow See other posts from Stack Overflow or by George Edison
Published on 2010-03-17T01:30:02Z Indexed on 2010/03/17 1:31 UTC
Read the original article Hit count: 290

Are there any features you would like to see added to a programming language?

Maybe...

  • A programming construct
  • An extra operator
  • A built-in function you think would be useful

I realize questions like this are frowned upon, but I think this one is a genuine programming question that can be answered and the answers will spawn valuable discussion. (And it's community wiki.)

Here is one of mine:

How come C++ has no exponent operator, like Python's **?

© Stack Overflow or respective owner

Related posts about language-agnostic

Related posts about subjective