DEV Community

Discussion on: What should a programming language do "out of the box"?

Collapse
 
winstonpuckett profile image
Winston Puckett
  • String interpolation
  • Generics
  • Complex data structures
  • Inferred type
  • Array methods (map, filter, sort, etc)

Or... That's just my favorite features of any language