in reply to Re: Is Perl the End-All?
in thread Is Perl the End-All?

Well actually, I have grown up on other languages besides Perl, and can therefore make a better judgement of which languages I think are more useful than other ones ... hopefully that explains a bit of my thinking, Dominus.

Andy Summers

Replies are listed 'Best First'.
Q. Is Perl the End-All? A. Yes (sort of ...)
by dragonchild (Archbishop) on Aug 31, 2001 at 20:52 UTC
    I would suspect, bladx, that you (like me) know a number of what I call C-type languages. Languages that are in the model of C and either are simpler or more complex that it, but use it as a base. Pascal, VB, Perl, Java, Javascript, C++, etc. Of there, Perl and C are the clear winners. Perl is for development speed and C is for execution speed and memory usage. (I'd use a C++ compiler to make C strongly-typed, but that's a personal preference.)

    However, Having taken a (very) quick look at LISP and Prolog, for example, those are completely different languages from C, requiring a completely different paradigm. Not having a lot of experience in either, I wouldn't be able to say how their execution/memory usage compares, but I suspect that, for certain applications, it's very favorable.

    Somewhere on PM, someone posted the four basic paradigms of programming languages. They roughly correlate to four different ways of tackling a given problem. I wonder if someone could bring that back up?

    ------
    We are the carpenters and bricklayers of the Information Age.

    Vote paco for President!