scribe
Monocle
scribe | Monocle | |
---|---|---|
2 | 6 | |
525 | 1,664 | |
0.4% | 0.3% | |
8.5 | 7.9 | |
6 days ago | 7 days ago | |
Scala | Scala | |
MIT License | MIT License |
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.
scribe
- Engenharia de Dados com Scala: aprenda a fazer webscraping dos filmes mais assistidos da Netflix em cada país
-
How to do JSON logging in Scala?
I believe Scribe also supports what you want.
Monocle
- Monocle: Optics Library for Scala
-
Ref in cats-effect. When should I use it, and when should I not?
Without concurrency, using a Ref doesn't buy you anything over just using a var. If you want the benefits of immutability with an API that resembles mutability, you have to use something like Monocle.
-
Show HN: Monocle – bidirectional code generation library
A very popular Scala optics library is also called Monocle. I’ve been a happy user for a few years:
https://github.com/optics-dev/Monocle
-
Monocle 3 release candidate - a super useful and simple library for optics with poetic api
See example https://www.optics.dev/Monocle/
- Monocle 3.0.0-M1 is released for Scala 2.13 and Scala 3
-
Monocle 3 Roadmap
We always have work to do, for example to define scalfix rules to automate the migration https://github.com/optics-dev/Monocle/issues/1001
What are some alternatives?
Scala-Logging - Convenient and performant logging library for Scala wrapping SLF4J.
Quicklens - Modify deeply nested case class fields
refined - Refinement types for Scala
Shapeless - Generic programming for Scala
Each - A macro library that converts native imperative syntax to scalaz's monadic expressions
Chimney - Scala library for boilerplate-free, type-safe data transformations
cats - Lightweight, modular, and extensible library for functional programming.
Log4s - High-performance SLF4J wrapper for Scala.
Scalaz - Principled Functional Programming in Scala
Simulacrum - First class syntax support for type classes in Scala
Scala Graph - Graph for Scala is intended to provide basic graph functionality seamlessly fitting into the Scala Collection Library. Like the well known members of scala.collection, Graph for Scala is an in-memory graph library aiming at editing and traversing graphs, finding cycles etc. in a user-friendly way.