Sidebar

Scala

scala
Scala u_tamtam 1 year ago 100%
Welcome to this Scala community

TBC… :)

7
10
scala
Scala UFODivebomb 11 months ago 100%
Basic setup of Scala Native dev environment with Nix https://youtu.be/DYpycwycWMA

Part 0 of building a tetris game in Scala Native with GTK. This covers the basics of setting up a nix development environment for scala native. * A basic GTK example https://github.com/coreyoconnor/scala-gtk-example * The tetris game https://github.com/coreyoconnor/scalatromino

5
0
scala
Scala benjaminedwardwebb 1 year ago 100%
native binaries from Scala with sbt, sbt-native-packager, graalvm, and nix flakes codeberg.org

Hi there! Sharing a little example project I put together a while back that builds native binaries from Scala code using sbt, graalvm, and nix. It's dead simple and merely glues together the different technologies involved. But maybe a nix-curious Scala developer stumbling on this community will find it interesting as a template to copy. It relies on https://github.com/zaninime/sbt-derivation, which has worked well in my very limited usage of it.

8
1
scala
Scala interfluidity 1 year ago 100%
Scala Toolkit early release scala-lang.org

Could be very helpful at demonstrating how scala is a superpower you don’t have to spend years of ninja training to begin to access.

9
1
scala
Scala alexelcu 1 year ago 100%
Scala 3 Macros – Nicolas Stucki (2021) https://www.youtube.com/watch?v=BbTZi8siN28

Older presentation (from 2021) but worth a reshare, as Scala 3 is gaining some momentum, with macros being better in Scala 3.

2
0
scala
Scala alexelcu 1 year ago 100%
Scala 3 Enums alexn.org

👋 I'm new here, so might as well spam this nascent community with my last useful article 🙂

6
3
scala
Scala psudo 1 year ago 100%
Let's kick things off with something spicy: ZIO vs Cats vs Something else

I tend to prefer Cats and that's the more commonly used ecosystem at work, but I've heard that the more framework nature of ZIO can be really comfy. I've also used Play, which had some nice things but is starting to feel like it's showing its age and the rough spot Lightbend is in. I'm curious to hear what everyone else is using and your hot takes.

3
2