README

Module

python::itertools - A direct port of Python's itertools to perl6.

Description

It provides all the functionality that python's itertools does, including lazy evaluation. In the future, I'd like to maximize the performance of these functions. Function signatures may be a little different.

I needed a itertools.combinations_with_replacement and couldn't find an easy builtin or library to do it. So why not write the library myself? It turns out perl6 has most of these functions built in already. Unfortunatley, I did not realize that until after writing it. Oops.

Copying

Copyright (c) 2016 Armand Halbert. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms in LICENSE.

Prerequisites

  • perl6 (Obviously)

Build/Installation

For now, clone from this repository.

Author

Armand Halbert [email protected]

python::itertools v1.0.0

Port of python itertools

Authors

    License

    Dependencies

    Test Dependencies

    Provides

    • python::itertools

    Documentation

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.