The Death of Monads? Direct Style Algebraic Effects
Reddit » Scala
by /u/sideEffffECt
40m ago
submitted by /u/sideEffffECt [visit reddit] [comments ..read more
Visit website
Tracing: Can you instrument Scala, or does tracing have to happen via library interactions?
Reddit » Scala
by /u/mostly_codes
40m ago
Specific question here for tracing in Scala EDIT: Specifically not so interested in distributed tracing, that's fairly clear how to achieve, but full-fledged-flamegraph-internal-to-the-app-flamegraph-tracing-via-instrumentation In a CRUD webapp, let's say a client receives an http request with a trace header, calls some logic, spins out some new fibers/futures/what-ever and does a bunch of work off the back of this instigating thing that all should be traced. If you want flamegraphs etc in the tracing visualisation tool of your choice to show where time gets spent for all subsequent calls (ja ..read more
Visit website
Com-lihaoyi releases for Scala-Native 0.5.0
Reddit » Scala
by /u/lihaoyi
4d ago
submitted by /u/lihaoyi [visit reddit] [comments ..read more
Visit website
Algebraic Effects from Scratch
Reddit » Scala
by /u/kitlangton
4d ago
submitted by /u/kitlangton [visit reddit] [comments ..read more
Visit website
Sbt 1.10.0-RC2 released
Reddit » Scala
by /u/eed3si9n
4d ago
submitted by /u/eed3si9n [visit reddit] [comments ..read more
Visit website
This week in #Scala (Apr 15, 2024)
Reddit » Scala
by /u/petrzapletal
4d ago
submitted by /u/petrzapletal [visit reddit] [comments ..read more
Visit website
2024-04-13 gRPC benchmark results
Reddit » Scala
by /u/MaterialFerret
6d ago
submitted by /u/MaterialFerret [visit reddit] [comments ..read more
Visit website
In Scala 3, without reflection, how to find subclasses of a trait?
Reddit » Scala
by /u/jim_mccabe
6d ago
I am upgrading a lot of Scala 2.13 services up to Scala 3, and have encountered some codebases where reflection was used in unit tests to examine all the subclasses of a trait. For example, in 2.x the way to make enumerations was with a sealed trait and case object subclasses. We would often make a collection listing all types, similar to Java enum .values. In our unit tests we would want to make sure no subtypes were accidentally omitted from that collection, and we would use reflection for that. ```scala import scala.reflect.runtime.universe val classType = universe.typeOf[Branding] val sub ..read more
Visit website
Lean Scala
Reddit » Scala
by /u/Odersky
6d ago
submitted by /u/Odersky [visit reddit] [comments ..read more
Visit website
The 2024 breaking into data engineering roadmap | daily.dev
Reddit » Scala
by /u/UpvoteBeast
6d ago
submitted by /u/UpvoteBeast [visit reddit] [comments ..read more
Visit website

Follow Reddit » Scala on FeedSpot

Continue with Google
Continue with Apple
OR