Welcome to DU!
The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards.
Join the community:
Create a free account
Support DU (and get rid of ads!):
Become a Star Member
Latest Breaking News
Editorials & Other Articles
General Discussion
The DU Lounge
All Forums
Issue Forums
Culture Forums
Alliance Forums
Region Forums
Support Forums
Help & Search
Website, DB, & Software Developers
In reply to the discussion: your favorite programming language and why? [View all]napoleon_in_rags
(3,992 posts)32. The perfect language doesn't exist.
Python is so fastest writing prototypes, small amounts of code. It becomes hard to debug as the project grows, and runs slow. Obviously the fastest running code comes from C, or anything that compiles to native code.
The perfect language for me would be interpreted with the ability to compile it for performance, strongly typed, dynamic, and would integrate ALL database functionality: Any statement you could make in SQL would be expressible directly in the language, and would work directly on the underlying database tables of popular databases.
Edit history
Please sign in to view edit histories.
58 replies
= new reply since forum marked as read
Highlight:
NoneDon't highlight anything
5 newestHighlight 5 most recent replies
RecommendedHighlight replies with 5 or more recommendations
Meh. AOP is the new stupid thing. We tried it before, it was called programming by contract
Recursion
Feb 2013
#8
I wouldn't say it's nearly dead. There are LOTS of places where legacy code is still being used.
denverbill
Jun 2013
#34
lately I've been messing with various ways of writing c/++ extensions for python
Phillip McCleod
Mar 2013
#26