Tom (@scalavision) 's Twitter Profile
Tom

@scalavision

ID: 859353812389298177

calendar_today02-05-2017 10:28:09

49 Tweet

14 Followers

384 Following

Scala Native (@scala_native) 's Twitter Profile Photo

We know exactly what did you want from Santa this year - Scala 3 Native. We worked hard to make it happen, but there are still a few small bugs in the room. We've a surprise for you, 0.4.3-SNAPSHOT release has just been published with Scala 3 support included! Happy hacky Xmas!

We know exactly what did you want from Santa this year - Scala 3 Native. We worked hard to make it happen, but there are still a few small bugs in the room. 
We've a surprise for you, 0.4.3-SNAPSHOT release has just been published with Scala 3 support included!
Happy hacky Xmas!
Scala Native (@scala_native) 's Twitter Profile Photo

Scala Native 0.4.3-RC1 with Scala 3 support has just been released. If no bugs would be found it would be promoted to final release on 17th January. Besides support for Scala 3, it fixes performance issues in String ops. Check the changelog in on our site scala-native.readthedocs.io/en/latest/chan…

Scala Native (@scala_native) 's Twitter Profile Photo

Scala Native 0.4.3-RC2 was released today. It contains multiple bug fixes for Scala 3 Native compiler plugin and improvements to the sbt plugin. scala-native.readthedocs.io/en/latest/chan…

Scala Native (@scala_native) 's Twitter Profile Photo

We're happy to announce that Scala 3 Native is ready! Check it out in our final release 0.4.3. Changelog as always can be found on the project website: scala-native.readthedocs.io/en/v0.4.3/chan…

Scala Native (@scala_native) 's Twitter Profile Photo

Fancy about our next milestones? There are 2 that we would like to focus on most: * Multithreading support - already prototyped by @Wojciech_Maz * 32bit architectures support - already done Shadaj Laddad and waiting for next major release

lolgab (@lorenzoglorenzo) 's Twitter Profile Photo

Started a Scala Native project this weekend. It lets you take a Scala 3 function like def handler(name: String) = s"Hello $name" and runs it as a HTTP server based on SNUnit. It can also generate a Docker image. It is based on scala-cli. github.com/lolgab/snunit-…

Scala Native (@scala_native) 's Twitter Profile Photo

Scala Native 0.4.4 is out! The new release fixes all the bugs found in the recent Scala 3 support, adds experimental embedding of resources and improves Arm64 support on both Linux and macOS (with M1 chips) scala-native.readthedocs.io/en/v0.4.4/chan…

Scala (@scala_lang) 's Twitter Profile Photo

💫 Only two more days left until the Scala Spree, co-located with the Scala.IO! If you have always wanted to contribute to a Scala open-source project but didn't know where to start – join us and make it happen! It's free and we have pizza 🍕 github.com/scalacenter/sp…

John A De Goes (@jdegoes) 's Twitter Profile Photo

ZIO 2.0.3 is out! A pure polishing release, with bug fixes and performance improvements alike. Enjoy! github.com/zio/zio/releas…

Kent Beck 🌻 (@kentbeck) 's Twitter Profile Photo

Took me 17 years of struggle, but I can finally explain cohesion in software design. I dropped the Cohesion chapter of the #TidyFirst book yesterday. I'll summarize here. tidyfirst.substack.com/p/cohesion #payWall

Chris Kipp | @ckipp@hachyderm.io (@ckipp01) 's Twitter Profile Photo

Had a great time at Scala.IO yesterday! It was wonderful to be back at an in person conference. Here's my slides for anyone that wants to take a look! #scalaio chris-kipp.io/slides/dotty-d…

Scala.js (@scala_js) 's Twitter Profile Photo

#Scala.js 1.12.0 is out! Support for the ** JS operator, checked errors for ArrayStoreExceptions and NegativeArraySizeExceptions, and bug fixes. Enjoy! scala-js.org/news/2022/09/1…

Antoine Doeraene (@doe_antoine) 's Twitter Profile Photo

I published version 1.9.0 of my SAP ui5 bindings library for laminar. Also shipping great improvements in bundle size 💪 github.com/sherpal/Lamina…

Scala Native (@scala_native) 's Twitter Profile Photo

Scala Native 0.4.10 is out! This version follows Scala.js decision and drops support for Scala 2.11. It also adds support for Scala 3.2.2 and its new lazy vals implementation enabled with `-Ylightweight-lazy-vals` See the changelog here: scala-native.org/en/stable/chan…

Tomasz Godzik 🍉 (@tomekgodzik) 's Twitter Profile Photo

Since Scala Native can already be run by most of the build tools I figured it shouldn't be too hard to handle it also in Scala Metals. And indeed it works! 🥳