in reply to (begin (display "just another Perl hacker") (newline))
in thread What I Did Today To Prove Perl Beats C

Evidently I'm a big idiot, as I closed the <UL> tag too late. Here it is, reformatted:
Those who don't learn from history are doomed to repeat it. While you bash Lisp, the great Perl hackers are trying hard to imitate it. But why linger in the past? :) The features which are standard in R5RS-compliant Scheme implementations today (e.g. continuations, promises, hygienic macros, even the trivial but enormously useful let variants for scoping with variables), as well as some of the nicer ones from particular extensions (e.g. logical programming and soft pattern-matching-based typing as in Schelog) just might find their way into Perl 7.0, ten years from now. (Only in an uglier, more C-ish way, of course. :))
There it is now... :)