Compare commits

...

2 Commits

Author SHA1 Message Date
Smoren 2e556c9ba3 Merge 8792e8b656 into 64630aa173 2024-03-03 15:50:08 +03:00
Smoren 8792e8b656 Add itertools-ts to Functional programming section 2024-03-03 15:46:00 +03:00
+1
View File
@@ -431,6 +431,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency.
* [wild-wild-path](https://github.com/ehmicky/wild-wild-path) - Object property paths with wildcards and regexps.
* [sweet-monads](https://github.com/JSMonk/sweet-monads) - A utility library containing popular monads and lazy iterators.
* [itertools-ts](https://github.com/Smoren/itertools-ts) - Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones).
## Reactive Programming
*Reactive programming libraries to extend JavaScripts capabilities.*