Skip to content

chore: Add a formula for VirtusLab #1745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _posts/2025-02-06-highlights-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Further reading:

### Experimental WebAssembly backend in Scala.js

*By the Scala Open Source team at VirtusLab*
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Rikito wrote some of this, but if I am mistaken let me know.

Copy link
Member

@SethTisue SethTisue Feb 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if readers might get confused whether "by" refers to who wrote the newsletter section, or who did the engineering work being described?

I'm uncertain myself, actually, which one is intended...?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't want to add a whole new formula, just similar in case of jetbrains, which I think is about who wrote that section? We added the sections for Scala CLI and Metals, so figured it's enough to mention it. Wasn't sure about WASM though.

I can also change it to Work mostly done by VirtusLab Open Source Team, but that seems too on the nose.


Starting with 1.17.0, Scala.js introduces an experimental WebAssembly (Wasm) backend.
It is designed to be a drop-in replacement for the usual JavaScript backend, albeit with a few [current limitations](https://www.scala-js.org/doc/project/webassembly.html#language-semantics).

Expand Down Expand Up @@ -96,6 +98,8 @@ It also contains initial support for 32-bit architectures, and more.

### Scala CLI as the new default runner for Scala

*By the Scala Open Source team at VirtusLab*

[Scala CLI](https://scala-cli.virtuslab.org/) is a popular tool for developing Scala scripts and single-module projects.
It allows lightning-fast running and testing of Scala code. It can even publish single-module projects to Maven Central without involving a separate build tool.

Expand Down Expand Up @@ -162,6 +166,8 @@ As a further read, check out the [The IntelliJ Scala Plugin in 2024](https://blo

### Best-effort compilation in Metals

*By the Scala Open Source team at VirtusLab*

Our main focus with Metals has been stability, to provide a smoother experience for Scala developers.
One of those efforts has been implementing best-effort compilation for Scala 3.

Expand Down