Linked by Thom Holwerda on Wed 11th Apr 2007 16:35 UTC, submitted by ShlomiFish
Permalink for comment 230053
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/25/13 0:45 UTC
Linked by Thom Holwerda on 05/24/13 23:59 UTC
Linked by Thom Holwerda on 05/24/13 22:33 UTC
Linked by Howard Fosdick on 05/24/13 21:41 UTC
Linked by Thom Holwerda on 05/24/13 14:44 UTC
Linked by Thom Holwerda on 05/23/13 23:22 UTC
Linked by Thom Holwerda on 05/23/13 22:04 UTC
Linked by Thom Holwerda on 05/23/13 22:01 UTC
Linked by Thom Holwerda on 05/23/13 17:52 UTC
Linked by Thom Holwerda on 05/22/13 22:23 UTC
More News »
Sponsored Links



Member since:
2006-01-06
Agreed, perl is evil and must be destroyed.
It's an example of a language with features bolted on by necessity with design being a distant second. It's probably more an example of what shouldn't be done with a language.
C should likely be a second language. With the caveat that the compilations should be done with either as many warnings as possible or even with a C++ compiler to catch as many errors as possible.
C/C++ really are powerful but they really only work if you make & enforce strict policy decisions for using them. That's something done on the job and not really appropriate for learning languages (although it wouldn't hurt to teach some about making & enforcing programming practices for team programming).
I still really like the idea of a very simple language like IO which is is a great "building block" language. Performance is really irrelevant when it comes to educational use.