in reply to There's Only One Way To Do It
I think it's the real difference between Pascal and LISP. Pascal has very definite ways to do things. LISP doesn't. Now, there are a number of libraries that provide you with a way to do whatever in LISP, but you can modify them, mix them, or ignore them. You can't do that in Pascal, because Pascal doesn't let you.
Regardless of whether you think that the Pascal, Java, C++, LISP, or whatever way is better, the point is that Perl, LISP, and other loose languages allow you to choose if the predetermined way is the way you want. Pascal, Java, C++ - they don't. And, that's why I program in Perl.
------
We are the carpenters and bricklayers of the Information Age.
Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: There's Only One Way To Do It
by exussum0 (Vicar) on Apr 06, 2004 at 16:15 UTC |