Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
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 rifling through the Monastery: (None)
    As of 2024-10-15 19:47 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found

      Notices?
      erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.