in reply to Re^2: fibonacci numbers using subroutine?
in thread fibonacci numbers using subroutine?

Wait. Perl6 doesn't have OEIS() as a primitive? I can't just do OEIS(45)[8].say?

Replies are listed 'Best First'.
Re^4: fibonacci numbers using subroutine?
by moritz (Cardinal) on Aug 20, 2010 at 09:21 UTC
    No, but we do have a module system that allows you to write that.

    See a small guide for module authors if you feel like contributing - it would certainly be appreciated.

    Perl 6 - links to (nearly) everything that is Perl 6.
      Well, I can easily write such a module in Perl. For now, I've no interest in Perl6, so I'll spend my time on Perl instead.
        It is silly to assume that in the long run, only Perl 5 has a claim on the name Perl.

        Update: It's also silly to assume that now only Perl 5 has a claim on the name Perl.

        Perl 6 - links to (nearly) everything that is Perl 6.