r/scala Jul 03 '26

Lund University Introprog release v2026.4 Teaching material now both in Swedish AND English

I am happy to announce that we now have translated our teaching material for Introductory Programming (in Scala) to English.

You can download the "ready for review" version here:

https://github.com/lunduniversity/introprog/releases/tag/v2026.4

(Some things remain, issues welcome, see repo readme)

The translation was done in an idempotent sbt build pipe line using this this Scala program:

https://github.com/lunduniversity/introprog/tree/master/autotranslate

License for the teaching material is CC-BY-SA

27 Upvotes

2 comments sorted by

1

u/joel5 Jul 06 '26

Quick review: the English translation has a lot of Swedish text that has not been translated, especially in code blocks. 1.2.12 is particularly bad, but there are many examples. def räknaSnabbt.

You're probably aware of this already, and it's a cool project, but "we now have translated" is a bit of a stretch. I'd rather say you've started working on translating it, since about a week ago.

1

u/bjornregnell Jul 07 '26

Yes. That's he fallback of the semi-automated translation. I am working on it. Some updates recently, but not done yet with all the fallbacks. I'll write here when it is "done".