Perl 6 Now

by Scott Penrose

Why

Perl 6 is fun. It's here now. It's fully functional. It has a fantastic, open and fun community.
It's ready to use now.

Which version?

There are a number of complilers available, this talk
concentrates on Rakudo.

Why not...

The main reasons are: Performance (it is still slow but improving daily); Learning curve (don't start using Perl 6 for a project with a short deadline); It's changing.

When will it release or be ready?

My simple answer... When it is being used by developers.

Installation

Any Unix (including Mac) with git, subversion, gcc, make and ICU library.

	git clone git://github.com/rakudo/rakudo.git
cd rakudo
perl Configure.pl --gen-parrot
make
sudo make install

Or you can find a precompiled Windows binary

Getting started

Start with "Hello OSDC 2009"

	"Hello OSDC 2009".say;

Apply your Perl 5 knowledge

  • Sygil changes (or rather doesn't)
    • Try a scalar - my $year = 2009; say $year;
    • Try an array - my @arr = 2005, 2006, 2007, 2008, 2009; say @arr[4];
    • Try a hash - my %hash; %hash<Year> = 2009; say %hash<Year>
  • Dealing with files?

    • Open a file - my $input = open('input.txt', :r);
    • Read the lines - say $input.get
    • Write to a file - my $out = open('output.txt', :w); $out.print("Hello OSDC\n");

Where next

Published Nov 25, 2009.

9 responses to Perl 6 Now

  1. 20 FlorineReed33 2010-03-22 8:32 am

    Every one acknowledges that life is expensive, nevertheless people need cash for various stuff and not every one earns enough money. Thence to receive fast home loans and just credit loan would be a correct way out.

  2. 21 PollardAMBER33 2010-03-31 2:16 am

    People are prompted to purchase sample term papers using the essays online service, just because of lots of writing assignments they ought to demonstrate their professors.

  3. 22 ANGELIANieves 2010-03-31 8:54 am

    Thanks a lot for the information about this good post! I know that the paper writing service will propose the a href="http://www.exclusivepapers.com">essay writing. Moreover, there is a very good opportunity to buy research papers or a href="http://www.exclusivepapers.com">custom essay about this topic.

  4. 23 paper services 2010-04-04 11:10 pm

    It very elegant how detailed issue on apprehension event has been well enlarge here within this site. Please keep it up. we adore it. I know that you are a well-recognized and reliable source on the Internet and I will use this for my college research paper needs. Thanks.

  5. 24 buy term paper 2010-04-10 3:46 am

    To complete essay format supposes to be real now, just because of aid of the buy research papers service.

  6. 25 buy an essay 2010-04-13 4:34 am

    Every student would like to get assurances that the custom research papers they purchase at the buy term papers service are good. Therefore, it's important thing.

  7. 47 article submission 2010-08-08 12:52 pm

    We added the really good information close to this good post using online article submission or any article submission service.

  8. 49 dance essay 2010-08-18 5:09 pm

    That’s really important to create the well done miscellaneous essays paper and just term papers connected with this post to have the A+ at the high school.

  9. 51 writer job 2010-08-25 2:57 am

    If I were you, I would like to look for very good freelance writing service to have more smart invastigation connecting to this post!

Leave a Reply