Scalaz
Chimney
Our great sponsors
Scalaz | Chimney | |
---|---|---|
2 | 5 | |
4,561 | 876 | |
0.3% | 1.3% | |
8.8 | 0.0 | |
12 days ago | 7 days ago | |
Scala | Scala | |
GNU General Public License v3.0 or later | 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.
Scalaz
-
Typeclasses explained in Java
If I managed to gain you interest you can take a look at one of the following libraries like cats, scalaz for scala and vavr for java which contain type class definitions and implementations for common types.
-
In Search of the Best Functional Programming Back-End: 2021 Update
I’ve specifically had 2 job offers internally at my company because of this language. First with Cats and Scalaz and now with ZIO, Scala has taken the best parts of Haskell, the best parts of Scala, and made it really nice to work with. You can barely see the OOP leftovers.
Chimney
-
Is it possible to get runnable generated scala code from a macro (chminey to be specific)?
I want to upgrade one project to Scala 3.1, but I'm using the macro heavy chimney (https://github.com/scalalandio/chimney) to reduce the boilerplate, which is not available for Scala 3 yet. My idea was to copy and paste the code that chimney generates on 2.13, and after that uncomment the uses of chimney for now.
-
From ES6 to Scala: Basics
In my $dayjob we originally used Scala, but I pushed for a couple of new services to be written in TypeScript/Node as it was really hard to hire Scala developers. I'd say it worked well, we even took a somewhat functional approach to building things. We tried fp-ts but that was a bit hardcore (when you are trying to hire TypeScript developers who don't know functional programming), so just built Either and Option types which provided 99% of what we needed.
There are still a few things I miss though:
* Pattern matching and exhaustive checking. Using a switch statement it is possible to define a function that can emulate the compile-time exhaustive checking, but it's still rather weak compared to what you can do in Scala.
* Implicits. Being able to define something that can convert say a UUID to a String or vice versa automatically just feels like magic, especially when dealing with data from third party systems.
* Compiler macros and metaprogramming. It enables tools like Chimney (https://scalalandio.github.io/chimney/) to be built, which I don't think are possible with TypeScript right now.
-
Scala Type Classes from Scratch
Converting between these classes can add some boilerplate, but luckily there are libraries like https://github.com/scalalandio/chimney that make it much easier.
-
Ideas for a Scala 3 MapStruct library?
Hi! Are you aware of https://github.com/scalalandio/chimney? I think that's what you are trying to do. Sorry if I misunderstand your message.
-
Circe is driving me insane
You might think that this looks like more boilerplate, however: 1. You only have to write these conversions once. 2. There are libraries that makes this precise case easier, such as https://github.com/scalalandio/chimney
What are some alternatives?
cats - Lightweight, modular, and extensible library for functional programming.
Shapeless - Generic programming for Scala
Ammonite-Ops - Scala Scripting
Monocle - Optics library for Scala
ScalaTest - A testing tool for Scala and Java developers
refined - Refinement types for Scala
Lamma - Lamma schedule generator for Scala is a professional schedule generation library for periodic schedules like fixed income coupon payment, equity deravitive fixing date generation etc.
better-files - Simple, safe and intuitive Scala I/O
scribe - The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.
Scala-Logging - Convenient and performant logging library for Scala wrapping SLF4J.