Hacker News
- Scala Vector operations aren't “Effectively Constant” time http://www.lihaoyi.com/post/ScalaVectoroperationsarentEffectivelyConstanttime.html 41 comments
- Effective Scala http://twitter.github.io/effectivescala/ 71 comments
- Scala == Effective Java? http://grahamhackingscala.blogspot.com/2011/01/does-scala-equal-effective-java-bloch.html 55 comments
Lobsters
- Scala Vector operations aren't "Effectively Constant" time http://www.lihaoyi.com/post/ScalaVectoroperationsarentEffectivelyConstanttime.html 5 comments performance , scala
- Concurrency in Scala with cats-effect https://www.reddit.com/r/scala/comments/idhwv0/concurrency_in_scala_with_catseffect/ 13 comments scala
- Basic resource management with Bracket in cats-effect - Scala tutorial https://www.reddit.com/r/scala/comments/coiizj/basic_resource_management_with_bracket_in/ 7 comments scala
- Should Cats Effect drop support for Scala 2.12? https://github.com/typelevel/cats-effect/discussions/4241 35 comments scala
- Turbolift: Algebraic Effects for Scala 3 https://marcinzh.github.io/turbolift/ 5 comments scala
- Tracking Side Effects in Scala https://alexn.org/blog/2022/05/23/tracking-effects-in-scala/?pk_campaign=reddit 3 comments scala
- Transactional effect in Scala. https://ivan-kurchenko.medium.com/transactional-effect-in-scala-c40ef634b375 2 comments scala
- Monix 3.0.0 — final release — Scala 2.13, Cats and Cats-Effect 2.0.0 https://monix.io/blog/2019/09/11/monix-v3.0.0.html 3 comments scala
- Beautiful, Simple, Testable Functional Effects for Scala http://degoes.net/articles/zio-environment 3 comments scala
- Beautiful, Simple, Testable Functional Effects in Scala http://degoes.net/articles/zio-environment 3 comments hascalator
- Scala Vector operations aren't "Effectively Constant" time http://www.lihaoyi.com/post/scalavectoroperationsarenteffectivelyconstanttime.html 26 comments scala
- Scala Vector operations aren't "Effectively Constant" time http://www.lihaoyi.com/post/scalavectoroperationsarenteffectivelyconstanttime.html 24 comments programming
- Effective Hadoop using Scala https://www.reddit.com/r/scala/comments/5x1l76/effective_hadoop_using_scala/ 4 comments scala
- Effect Typing for Scala http://lrytz.github.io/slides/lamp-lara-efftp.html#/ 5 comments scala
- Effective Scala http://twitter.github.io/effectivescala/ 3 comments scala
- Effective Scala http://twitter.github.com/effectivescala/ 4 comments programming
- Scala == Effective Java? http://grahamhackingscala.blogspot.com/2011/01/does-scala-equal-effective-java-bloch.html 252 comments programming
- GraphQL in Scala: Handling side effects https://blog.pierre-ricadat.com/graphql-in-scala-handling-side-effects 11 comments scala
- Load Balancer in Scala with Cats Effect and Http4s https://www.youtube.com/watch?v=V9t_inPRKMU 4 comments scala
- Building a functional, effectful Distributed System from scratch in Scala 3, just to avoid Leetcode https://chollinger.com/blog/2023/06/building-a-functional-effectful-distributed-system-from-scratch-in-scala-3-just-to-avoid-leetcode-part-1/ 7 comments scala
- Effect system benchmarks: Dsl.scala vs Monix vs Cats Effect vs Scalaz Concurrent vs Scala Async vs Scala Continuation https://github.com/thoughtworksinc/dsl.scala/wiki/benchmarks:-dsl.scala-vs-monix-vs-cats-effect-vs-scalaz-concurrent-vs-scala-async-vs-scala-continuation 24 comments scala
- How to effectively work with values in multiple (Monadic) contexts in Scala https://www.reddit.com/r/scala/comments/7uh3zz/how_to_effectively_work_with_values_in_multiple/ 10 comments scala
- Effective Programming In Scala - Part 1 : Standardizing code in better way https://blog.knoldus.com/2016/06/28/effective-programming-in-scala/ 3 comments programming
- Concurrent cancellation protocol, Scala's Cats-Effect vs Kotlin Coroutines (sample) https://gist.github.com/alexandru/60e977fcf75ed88c4d0b824b312dba44 24 comments scala
- The Effect(s) Of Effect(s) by Flavio Brasil at Functional Scala 2022 https://www.youtube.com/watch?v=96Rody2UlCA 13 comments scala
- The Effect Of Uncapturable - Oleg Nizhnik, Scala Stockholm Spring Meetup April 2024 https://www.youtube.com/watch?v=4itLwFK_-BA 13 comments scala
- The Scala Effect - The Value of Scala for Improving Your Job Prospects https://medium.com/@cem3394/the-scala-effect-beb1df38cefa#.qf7tfj25q 52 comments programming
- Paper (PDF link): "Customizable gradual polymorphic effects for Scala" (Toro and Tanter, OOPSLA'15) https://dl.acm.org/citation.cfm?id=2814315 3 comments scala
- I have created a library for F# that is inspired ZIO and Cats Effects for Scala. It takes advantage of fibers for making scalable and efficient concurrent programs. I thought some people here might be interested in it! https://github.com/iyyel/fio 10 comments fsharp
- Statically-typed and functional languages such as Scala and Haskell seem to be less error-prone than dynamic and procedural ones, though the effect is modest, study shows https://jaxenter.com/programming-languages-defect-prone-report-138065.html 236 comments programming
Lambda the Ultimate
- Effective Scala http://twitter.github.com/effectivescala/ 11 comments Scala , Software Engineering