Implementing functional programming in Perl

后端 未结 4 692
执笔经年
执笔经年 2021-02-05 08:33

I am trying to learn pure functional programming language like Haskell as I am from Perl background and read that Perl can also implement functional programming techniques. So f

4条回答
  •  轮回少年
    2021-02-05 09:02

    perl6 is still a work in progress, so even though perl6 has much improved support for functional programming at the language level (see perlgeek.de on currying in perl6, for example), you'll probably want to start now with perl5 so you can get to work with what's out there. i recommend looking into cpan for higher-level library support...Array::Utils and others (there's a lot!)

提交回复
热议问题