Advertisement · 728 × 90

Posts by Marcin Szałomski

#Spotify has donated €20,000 to #Typelevel 👏 — they're using & contributing to #Scala and in my eyes, it gets extra points for being an EU company, besides being the best music streaming service 😉

typelevel.org/blog/2025/02/21/spotify-...

1 year ago 31 3 1 0

Tapir uses Sttp, part of the official Scala Toolkit, so it's basically the standard. I think others should use them for unification. Maybe basic interfaces, enums, and URI handling could be a separate, lightweight Sttp module if there isn't one already. cc: @warski.org

1 year ago 1 0 0 0

So according to what you've said, this is probably the best answer for this Reddit thread. Scala is a Java of FP.

1 year ago 1 0 0 0

[2/2] You can in Scala both:

```scala
val isEven = (i: Int) => i % 2 == 0 // Function
```

and

```scala
def isEvenDef(i: Int) = i % 2 == 0 // Method
```

But functions have some extra capabilities as mentioned in part one. Also, functions are evaluated when defined, and methods each time.

1 year ago 0 0 0 0
Ch01 Ep01: Val vs Def functions in Scala
Ch01 Ep01: Val vs Def functions in Scala YouTube video by fp-tower

[1/2] Hmm. Don't get it. Functions are first-class citizens in Scala. You assign them to variables. Also, you can pass them as args, return from other functions, supports HOF, can compose'em using 'andThen`, `compose`, etc.

Methods (def) are different from functions (val).

youtu.be/mqJ1W6w5ZZM?...

1 year ago 0 0 1 0

Looking at Scala 3, it continues to be innovative, and new features are constantly being added to the language. So, jokes aside, what's the reasoning behind the claim that F# is like Java 21 while Scala is like Java 8? I'd appreciate your thoughts on this.

1 year ago 3 0 1 0
Post image Post image

Yes. If you wanna change your thinking and get transferable skills, give #Scala a shot. Don't just skim it. Really focus and discover the functional programming world.

Including also two posts from @rockthejvm.bsky.social.

1 year ago 7 2 0 1

So he got 0.2 s with Sbt, faster than F#, but that's not really the point. Funny thread, indeed.

1 year ago 1 0 0 0

Double that idea, to not miss #Scala posts like this one: bsky.app/profile/scal...

1 year ago 2 0 1 0

This is a great idea, for such as Scala Space, etc.

1 year ago 1 0 0 0
Advertisement

Hey, awesome idea and works great. Have you considered including the "Scala3" hash tag as well?

1 year ago 0 0 1 0

With the new #Scala 3.6 release, it is worth reminding that... 👌

#Scala3

1 year ago 9 2 0 0

Named Tuples, so much awaited feature.

The for-comprehension improvements and ability to start with an alias. Finally.

Also, clause interleaving for the path-dependent API creators looks interesting.

🥳 #Scala

1 year ago 6 0 1 0

Have you tried playing with Magnum yet? I think that would be most practical - something that one can actually use in a real-world project. It's simple and straightforward too.

1 year ago 0 0 1 0

Neat option for devs - verify your Bluesky account using GitHub!

1 year ago 4 0 1 0

Hey folks! Spotted quite a few familiar Twitter faces here, so it was about time I joined in! 👋

A bit about me: Software Engineer, OSS contributor, passionate about #FP, #Scala, #JVM. Working with #AWS and #Serverless. Blog: blog.lambdaspot.dev

1 year ago 7 0 0 0

Hey Salar 👋 please include me as well, thanks!

1 year ago 1 0 1 0
Advertisement