Linked by Thom Holwerda on Mon 11th Jun 2012 00:38 UTC, submitted by judgen
Thread beginning with comment 521587
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 05/21/13 21:38 UTC
Linked by Thom Holwerda on 05/20/13 11:29 UTC
Linked by Thom Holwerda on 05/18/13 21:33 UTC
Linked by David Adams on 05/16/13 4:23 UTC
Linked by Thom Holwerda on 05/11/13 21:41 UTC
Linked by Thom Holwerda on 05/08/13 14:22 UTC
Linked by Thom Holwerda on 05/02/13 15:28 UTC
Linked by Thom Holwerda on 04/29/13 21:06 UTC
Linked by Thom Holwerda on 04/24/13 22:24 UTC
Linked by Thom Holwerda on 04/18/13 11:21 UTC
More Features »
Sponsored Links



Member since:
2005-07-06
e.g. A small program for manipulating text might be more efficient if written in C, but you can do it in Perl or shell script with a tenth the effort. Or a GUI for some program could be written using GTK+ and C, but if memory use is not an issue, using PyGTK could make it more maintainable.
I agree. It really depends on what you are trying to do and how much time you have to do it in. Prototyping in some of the interpreted/dynamic languages is useful too...