http://www.perlmonks.org?node_id=131975


in reply to Re: Re: Re: (OT) Where is programming headed?
in thread (OT) Where is programming headed?

It's dangerous to make such lists, though. For example, nowadays Lisp (in the form of Common Lisp, at least), is probably used more to program in imperative and OO styles than functional. It just happens that you can reasonably do functional programming in it, and has somehow become pigeonholed as a functional language in some circles (when in fact there are probably better languages to use to really get into functional programming).

Of course, just about any language is subject to such stereotypes; just look at how many people regard Perl. :-)

  • Comment on Re: Re: Re: Re: (OT) Where is programming headed?

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: (OT) Where is programming headed?
by AidanLee (Chaplain) on Dec 14, 2001 at 19:59 UTC

    Good observation. Note I didn't try to categorize Perl, since I'm very well aware that people have worked with it in just about all of the mentioned categories in some form or other. In this way it's probably easier to pigeonhole a language you know less about, rather than more.

    As a general disclaimer though, I did not try to apply my own spotty knowledge in making that list. I referenced my textbook from that class I mentioned, as I figured the Author(s) knew more about the subject than I.

      I didn't mean to imply that the list was yours and not the books; in fact I thought that you had taken it from the book. Of course this brings up an even more important and general principle in life, covering all disciplines: just because someone wrote it down doesn't mean it's true. :-) It always pays to find out for oneself, and when that option isn't available (there's only so much time, after all), it pretty much always pays to find the opinion of an expert on something rather than, say, someone like me. :-)