Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Research into occasional participation in Perl/Raku development

by syphilis (Archbishop)
on Oct 01, 2021 at 13:56 UTC ( [id://11137168]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ cat demo.py
    from fractions import Fraction;
    ...
    $ python3 demo.py
    False
    True
    
  2. or download this
    C:\_32>type demo.r
    my  $x = 1/10;
    ...
    True
    True
    False
    
  3. or download this
    >type demo.r
    say 1/10 == 0.1e0;
    ...
    >raku demo.r
    True
    True
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-03-28 09:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found