-
Updated
Jan 13, 2021
fp
Here are 511 public repositories matching this topic...
-
Updated
Nov 4, 2021 - JavaScript
Hi all,
Big fan of functional programming. I'm glad to see ya'll trying to bring this to Python. My question / request is pretty basic, I hope. I was looking over the docs and I saw:
result: Result[int, Any] = Success(1).map(double)
When looking at this I was confused for a couple of reasons, since the syntax is new to me. But the biggest stumbling block was the:
result:
I c
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
Feb 10, 2022 - Scala
I think that cats.effect.std.Random.javaUtilConcurrentThreadLocalRandom might call a ThreadLocalRandom from the incorrect thread. Its unlikely this would cause any problems on OpenJDK, since there every ThreadLocalRandom is the "same", but... it's still not allowed, and who knows what other JVM-s might do.
I think this could happen in the following way. Inlining a few things, what it do
-
Updated
Feb 7, 2022 - JavaScript
-
Updated
Dec 17, 2021 - Rust
-
Updated
Jan 13, 2022
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Feb 10, 2022 - Scala
-
Updated
Jan 15, 2022 - TypeScript
-
Updated
Feb 10, 2022 - TypeScript
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Oct 31, 2021 - Swift
-
Updated
Apr 2, 2021
-
Updated
Jan 31, 2022 - JavaScript
-
Updated
Feb 10, 2022 - C
-
Updated
Feb 7, 2022 - TypeScript
https://github.com/readthedocs/recommonmark#recommonmark
We should switch to myst: https://github.com/executablebooks/MyST-Parser
-
Updated
Jan 15, 2022 - TypeScript
-
Updated
Feb 10, 2022 - Scala
-
Updated
Feb 5, 2022 - Scala
-
Updated
Jan 15, 2022 - TypeScript
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