Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Prolegemona To A Future Scripting Language: Game Of Life In Perl 6

by jkahn (Friar)
on Apr 27, 2003 at 06:33 UTC ( [id://253453]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     method display
      {
    ...
        <$*IN>;
        .calculate();
      } # end method display
    
  2. or download this
    loop { $life.display(); $life.calculate(); }
    
  3. or download this
      # somewhere far, far, away
      $life.display;
      `shell-script;clear`; # weird stuff on screen tty
      $life.display; # refresh terminal *only*
    

Log In?
Username:
Password:

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

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

    No recent polls found