pfps-shopping-cart
ZIO
Our great sponsors
pfps-shopping-cart | ZIO | |
---|---|---|
20 | 30 | |
382 | 3,343 | |
- | 1.9% | |
8.8 | 9.5 | |
8 days ago | 1 day ago | |
Scala | Scala | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pfps-shopping-cart
-
Fun project to learn scala 3 and cats ?
Or you mean learning to use the Cats and Cats friendly ecosystem? In this case you could try to build something similar to Gabriel Volpe's shopping cart project he uses to illustrate his FP book: https://github.com/gvolpe/pfps-shopping-cart
- Looking for a really good/complex example codebase or tutorial for Scala FP
-
Scala code deisgn
Practical FP in Scala: A hands-on approach will definitely help you to feel how FP Scala applications are built in the real world. After that Functional event-driven architecture: Powered by Scala 3 can be your next read. Regarding free video materials, I could recommend Jakub Kozłowski and DevInsideYou. Also, there are two great courses from RTJVM: Cats, and Cats Effect.
-
Resources for learning about http4s and Typelevel ecosystem?
I would follow up with Practical FP in Scala, which is really about application architecture in the Typelevel ecosystem, and is very hands-on, using a pretty wide variety of Typelevel libraries.
Then there's Gabriel Volpe's book Practical FP in Scala which covers exactly how to use http4s and the rest of the Typelevel/FP ecosystem to build a full-blown HTTP application.
-
Scala FP code samples?
https://github.com/gvolpe/pfps-shopping-cart https://github.com/devinsideyou/tagless-final https://github.com/devinsideyou/zio-todo
-
[Request] Practical FP in Scala: A hands-on approach by Gabriel Volpe
Looking for this book: https://leanpub.com/pfp-scala
-
"Practical Functional Programming in Scala" Review
If you have a look at https://leanpub.com/pfp-scala you'll see the table of contents and also this list in the description: "[...] Cats Effect, Fs2, Http4s, Skunk, Refined & others".
If you have a look at the build file of the app that is built inside of the book you'll see the stack.
-
The Red Book - "Functional Programming in Scala" Review
Practical FP in Scala
ZIO
-
Scala 3.1.2 released!
Define new? Isn't Zio new enough?
-
Trying to decide on Scala or Kotlin
If you want to use Scala then I would use something like ZIO as it is the closest to an FP application framework.
-
I would like a job writing Haskell
> doing FP in Scala versus alternatives
I think Scala is the language most actual functional programming on this planet takes place these days. Be it just FP or pure FP.
I especially like pure FP in Scala. One can do that with Cats Effect (from the TypeLevel family of languages) or ZIO. They're both awesome, so check them out and pick what you'll like best.
https://typelevel.org/cats-effect/
You don't even need to reach out to Scala 3 (still not as mature in its tooling support), you can have a great time with the latest Scala 2 (2.13).
> versus alternatives
I think of Scala as a opinionated take on ML and a module system that is tailored to JVM (and is seamlessly interoperable with Java) that just happens to have syntax heavy on braces/parentheses. Otherwise, what's not to like? :)
-
A statement about my Scala open source work
The first point is about a fucking conference in 2016, in which the organizer invited several people with a process (and thoughts) explained here https://degoes.net/articles/lambdaconf-controversy aimed at being blind to sex/religion/political views etc. He repeatedly stated to be in a strong disagreement with "white supremacist" views and the such. The first words of the ZIO's code of conduct are precisely about that btw https://github.com/zio/zio/blob/master/docs/about/code_of_conduct.md, and zio follows the scala code of conduct. You can agree or disagree about whether "allowing that person, selected in the way described above (without any preference at all for white supremacists of course), to speak precisely about one particular topic and only if they adhere to the code of conduct" is "giving them a platform to share their ideas", but even if you do think that the first approach is completely wrong, it's a pretty big jump from here to accuse the person holding that view (actually a less-strong version of it) of being a white supremacist themselves and the same of all people that associate with that person (the organizer) and stalk and harass them for years on end
- New language features since Java 8 to 17
-
Feedback request on "hollistic" programming language idea
Since you are talking about an IO monad, maybe ZIO (https://zio.dev/) offers some interesting ideas. Rather than an IO monad, ZIO is a family of IO monads with type parameters to support user-defined environments and error types.
-
Pattern Matching in Java 17 and Beyond
ZIO (interoperates with TypeLevel to some extent)
-
Delphi 11 Alexandria Has Been Released
please show me something like this: https://akka.io/ or this: https://zio.dev/ or this: https://github.com/milessabin/shapeless
- Do you have someone experienced with Flutter and Scala? What is your stack, and what do you think about this?
-
Java is the best
Here is link number 1 - Previous text "ZIO"
What are some alternatives?
Monix - Asynchronous, Reactive Programming for Scala and Scala.js.
cats - Lightweight, modular, and extensible library for functional programming.
Http4s - A minimal, idiomatic Scala interface for HTTP
fs2-kafka - Functional Kafka Streams for Scala
cats-effect - The pure asynchronous runtime for Scala
Vert.x - Vert.x is a tool-kit for building reactive applications on the JVM
Reactor-Scala-Extensions - A scala extension for Project Reactor's Flux and Mono
scala-pet-store - An implementation of the java pet store using FP techniques in scala
RxScala - RxScala – Reactive Extensions for Scala – a library for composing asynchronous and event-based programs using observable sequences
Scala.Rx - An experimental library for Functional Reactive Programming in Scala
Laminar - Simple, expressive, and safe UI library for Scala.js
Reactive Collections - A concurrent reactive programming framework.