Fibonacci in Perl 6

This talk came about because I was reading about Perl 6 and they were often using the Fibonacci sequence to illustrate some point.

I wondered how good were the various ways of doing things. And how well do they compare to Perl 5?

And since Fibonacci kept coming up, I figured I might as well use that as a test case.

This is not a talk about the Fibonacci sequence.