Hello,
My friends and I were discussing about what development languages need the most, what is it?
Topics that we discussed
- Memory Management
- Internet Compatibility
- Cross-Platform
- Good Frameworks
|
3
|
Hello, My friends and I were discussing about what development languages need the most, what is it? Topics that we discussed
|
||||||||||||||||
|
closed as subjective and argumentative by gnovice, Brian Rasmussen, Jeff Atwood♦ Oct 26 at 20:14 |
|
|
Documentation.. Ideally a large user following with lots of info on the internet. All libraries with source code available so I can work out whats going on. |
|||
|
|
|
|
Support for the most common constructions (linked list, tree, stack) either natively or through an external API. We don't need to continually have to reinvent the wheel. |
|||
|
|
|
|
IMHO, I think that Garbage Collection is an important programmer-efficiency feature in nowdays... |
|||
|
|
|
|
a ton of people writing good libraries under the MIT license ;) |
|||
|
|
|
|
Mind reading feature. Seriously subjective question. |
|||
|
|
|
|
Really, what most development languages need is just for people to understand them and use them as they are intended. I've found that the features people have the most trouble with in any language are the ones that they don't know how to use, or don't know why they are there. |
|||
|
|
|
|
|
||||||||||
|
|
|
Active developers. |
|||
|
|
|
|
higher order functions |
||
|
|