Material for course Programmiersprachen 1 (SS 2024) - Universität Tübingen
1st Lecture: April 17
Lecture notes are available here.
For the exercises and code examples in the lecture we will use the Scala language.
Please install scala and make sure you have scala 3 and not scala 2 (to check if it is insalled correctly and you have the correct version, use the command scala --version
).