Skip to content

travisennis/js-itertools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-itertools

A JavaScript port of Python's itertools library that I undertook in order to better understand how to use generators. This primarily a personal project and not intended for serious use. There is really nothing this library does that isn't already accomplished by other, better-supported, libraries already available. Although I will say I think this library is currently the only one to have ported itertools.combinations_with_replacements.

I have a few notes and references on JavaScript generators collected on my personal site at https://travisennis.github.io/javascript-generators.html.

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors