How do language designers decide when a feature should go in a library as an extension or when it needs to have support from the core language?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
|||||||||||||||
|
migrated from stackoverflow.com Jan 31 '11 at 9:18
|
Why not read language designer's blogs? http://neopythonic.blogspot.com/ http://nighthacks.com/roller/jag/entry/time_to_move_on I'm sure you could find some language designers and read their blogs. Also, for many languages under active development, there are wikis, discussion forms and -- in some cases -- a formal "community" process. All of which you can read. http://www.python.org/dev/peps/ These aren't hard to find. |
|||
|
|