Skip to content

Instantly share code, notes, and snippets.

@massa
Created January 18, 2011 11:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save massa/784313 to your computer and use it in GitHub Desktop.
Save massa/784313 to your computer and use it in GitHub Desktop.
Fibonacci sequence implementation in Perl6
my @fib := 1, 1, *+* ... *;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment