Max Lybbert
Posts: 314
Nickname: mlybbert
Registered: Apr, 2005
|
|
And one more ...
|
Posted: Aug 26, 2005 3:29 PM
|
|
/* As far as education goes, most students that I have run into lately (mostly at places like the Harvard Extension School) don't want to learn a language that isn't useable to get a job. Why learn Python when there are so many Java jobs? */
Not to be mean, but the people you've run into sound more like capitalists than curious programmers. That's a perfectly fine world view (I'm a capitalist myself, but I'm also a curious programmer), but they aren't likely to be early adopters.
/* I think it is more important to get a useable development system out there, even if it lacks bells and whistles, and let people play with it. */
This sounds a lot like Stroustrup's approach to "C with Classes," Wall's approach to Perl (or "Pearl" at the time), or the approaches followed by tcl, Python, PHP, etc.
/* If it is successful at doing the things you are designing it to do, then folks will like it and will write small applications in it to do useful things. */
I have to quibble a little here. If it's successful at doing things people actually need doing, then people will like it and use it.
/* As the paradigms get worked out bigger apps will follow, */
And then, perhaps, people will start trying the other things you designed Heron to do.
|
|