8000 Clarify use of Raku's use of 'reduce' versus that of Perl · Issue #3817 · Raku/doc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Clarify use of Raku's use of 'reduce' versus that of Perl #3817
Open
@tbrowder

Description

@tbrowder

Given this Perl sub:

sub polynome ( $t, @terms ) is export(:polynome) {
    reduce { $a * $t + $b } reverse @terms;
}

How does that translate to Raku?

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation issue (primary issue type)other languageRegarding the pages "from perl5" etc.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0