Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Lisp is More Evaluatable

by chromatic (Archbishop)
on May 24, 2001 at 08:05 UTC ( [id://82814]=note: print w/replies, xml ) Need Help??


in reply to Lisp is More Evaluatable

my $scalar_ref = \42; my $array_ref = [ 1 .. 10 ]; my $hash_ref = { key => 'value' }; my $sub_ref = sub {}; eval $scalar_ref; # doesn't dereference the scalar eval $array_ref; # doesn't dereference the array eval $hash_ref; # doesn't dereference the hash eval $sub_ref; # doesn't ______ the ______

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://82814]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2025-06-22 00:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.