Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^4: Perl 5 Optimizing Compiler, Part 9: RPerl.org & The Low-Magic Perl Commandments

by Will_the_Chill (Pilgrim)
on Nov 13, 2013 at 02:33 UTC ( [id://1062302]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Perl 5 Optimizing Compiler, Part 9: RPerl.org & The Low-Magic Perl Commandments
in thread Perl 5 Optimizing Compiler, Part 9: RPerl.org & The Low-Magic Perl Commandments

sundialsvc4,

Simply put, nothing in RPerl will break your code. It may only give you marginal benefit if you use all high-magic code, but backward compatibility is our goal.

Perling,
~ Will the Chill
  • Comment on Re^4: Perl 5 Optimizing Compiler, Part 9: RPerl.org & The Low-Magic Perl Commandments

Replies are listed 'Best First'.
Re^5: Perl 5 Optimizing Compiler, Part 9: RPerl.org & The Low-Magic Perl Commandments
by taint (Chaplain) on Nov 13, 2013 at 04:47 UTC
    en re; (low|high)magick,majick,...
    How 'bout "black-magick" v "white-magick"?
    I'll leave it up to the viewers, to decide to which Perl, one, or the other should be ascribed/applied. :)

    --Chris

    #!/usr/bin/perl -Tw
    use Perl::Always or die;
    my $perl_version = (5.12.5);
    print $perl_version;
      Howdy taint,

      I like your idea! I guess in my mind all the things forbidden in The Low-Magic Perl Commandments are "grey magic" (neutral) at best and "black magic" (bad) at worst.

      Although the forthcoming "use magic;" and "no magic;" pragmas are seemingly binary in nature, in reality there is still a small amount of magic kept in RPerl, thus the term "Low-Magic Perl". I consider all the magic remaining to be "white magic" (good), such as memory management, garbage collection, hash data types, Perl's list of builtins, and other DWIM-like features. So the "Low-Magic" of "Low-Magic Perl" is "white magic".

      :-)

      DISCLAIMER: Nothing in this message should be considered canon, see RPerl.org for all things official.

      Perling,
      ~ Will the Chill
        "no magic;" pragma
        An alternative name would be:
        use restricted;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (8)
As of 2024-04-16 16:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found