-
Updated
Apr 5, 2022
fp
Here are 532 public repositories matching this topic...
-
Updated
Apr 18, 2022 - JavaScript
Bug report
What's wrong
There's not a section for the alt function under Composition helpers -> Pointfree
<img width="231" alt="Screen Shot 2022-02-17 at 9 17 14" src="https://user-images.githubusercontent.com/69552193/154535242-6d718fc4-d803-4e43-b94
It should cover when you'd use and how to use:
- parEvalMap/Unordered
- parJoin
- concurrently
- merge*
There's the page on Queue/Topic/etc but there's not a great single page on the operations directly on Stream. The Guide section on concurrency is very short and doesn't cover some of the most common operations (parEvalMap especially)
-
Updated
May 24, 2022 - Scala
Simple thing, but when a thread transmutes into a blocking agent, we should change its name from io-compute to io-blocker or something like that. This seems to come up a lot in Discord and it's not a difficult solve. :-)
-
Updated
May 17, 2022 - JavaScript
-
Updated
Dec 17, 2021 - Rust
-
Updated
Apr 14, 2022 - JavaScript
-
Updated
Jan 13, 2022
-
Updated
May 22, 2022 - Scala
-
Updated
May 30, 2022 - TypeScript
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Apr 5, 2022 - Swift
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Apr 2, 2021
-
Updated
May 24, 2022 - C
-
Updated
Jan 31, 2022 - JavaScript
https://github.com/readthedocs/recommonmark#recommonmark
We should switch to myst: https://github.com/executablebooks/MyST-Parser
-
Updated
May 1, 2022 - TypeScript
Suggestion
⭐ Suggestion
If an empty array is entered as the argument value of the sum function, undefined is output.
Returning 0 seems more natural.
as-is
const result = pipe(
[],
sum
);
// result undefinedto-be
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Apr 30, 2022 - TypeScript
-
Updated
May 28, 2022 - Scala
-
Updated
May 25, 2022 - Scala
Improve this page
Add a description, image, and links to the fp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fp topic, visit your repo's landing page and select "manage topics."


Most awesome FP libraries (Cats, Scalaz, Monocle, Algebird etc ) have microsite done by sbt-microsites
Adding one for Shapeless would make it easier for newcomers. Quick, online reference on what is available