in reply to Functional programming with Perl
Just to be a tad pedantic Lisp is not a functional programming language. A functional language has no side effects (and a purely functional language can be great fun to program). For an overview of the difference how about this. Many of the neat features of Lisp can best be explored in dialects such as scheme which has certainly been one of the influences in Perl's design (e.g. closures)
If you really want to explore language design then you could try doing all the examples in Abelson and Sussman in Perl (I am sure it is possible and it would certainly be both interesting and a learning experience)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Functional programming with Perl
by spurperl (Priest) on Dec 02, 2002 at 07:49 UTC | |
by Dominus (Parson) on Dec 02, 2002 at 15:42 UTC | |
|
Re: Re: Functional programming with Perl
by gjb (Vicar) on Dec 02, 2002 at 09:00 UTC | |
|
Re: Re: Functional programming with Perl
by hding (Chaplain) on Dec 02, 2002 at 13:16 UTC |