Skip to main content

VirtusLab's Articles

Scala|Mar 22, 2023

What is the difference between Scala runner and Scala CLI

A sneak peek at the new scala runner, Scala CLI, including a comparison to its predecessor and a showcase of the tool.

What_is_the_difference_between_Scala_runner_and_Scala_CLI_image-min.jpg
Scala|Feb 17, 2023

Revisiting Scala Native performance

We have compared Scala Native performance aspects and memory usage with JVM and Graal Native Image in this article.

Scala_Long-Term_Support_retrospective_image-min.jpg
Scala|Nov 22, 2022

Automatic parallelization of for-comprehensions in Scala 3

A guide on automatically parallelizing effectful code written with for-comprehensions and making the process simple and painless.

Automatic_parallelization_of_for-comprehensions_in_Scala_3_image-min.jpg
Scala|Nov 7, 2022

Scala Toolkit makes Scala powerful straight out of the box

Update: Tutorials for Scala Toolkit were released on scala-lang page! Learn how to use Toolkit.

Scala_Toolkit_makes_Scala_powerful_straight_out_of_the_box_cover
Scala|Sep 22, 2022

Metaprogramming in Scala 2 & 3

In this article, you'll learn more about changes in Scala 3's metaprogramming functionality compared to Scala 2.

Metaprogramming_in_Scala_2_&_3_image-min.jpg