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


in reply to Re^2: Really Writing Object Oriented Perl
in thread Really Writing Object Oriented Perl

LISP is a functional language

Probably more accurate to say that Lisp can be written in a functional style. You also get OO Lisp, and the usual load of procedural code. Much like Perl in fact :-)

For functional languages look at things like Haskell.

  • Comment on Re^3: Really Writing Object Oriented Perl