in reply to Re^2: Something to meditate on -- the need for a trendy perl?
in thread Something to meditate on -- the need for a trendy perl?
Perl for instance is far closer to LISP, lambdas (anonymous subs) are not restricted to one statement and Perl's my is provides a declaration like LISP's let lacking in Ruby, Python and to some extent even in JS.
I had the privilege to see a presentation of a Python module which was a port from Ruby, and it's almost ridiculous to see how they try to circumvent the limitations of their syntax to be able to reflect real lamdas ("code-blocks" in Ruby).
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Something to meditate on -- the need for a trendy perl?
by Arunbear (Prior) on Mar 12, 2014 at 18:18 UTC | |
by LanX (Saint) on Mar 13, 2014 at 01:24 UTC |