You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,11 +65,11 @@ This repo includes utilities to empower learners to advance from basic to interm
65
65
* Prefer immutability over mutable state, `Vector` for sequences and case classes for data.
66
66
* Hide/avoid threading and complicated concurrency.
67
67
* Inspiration:
68
-
-[Talk by Martin Odersky: Scala the Simple Parts](https://www.youtube.com/watch?v=ecekSCX3B4Q)[Slides here](https://www.slideshare.net/Odersky/scala-the-simple-parts)
68
+
- Talk by Martin Odersky: [Scala the Simple Parts](https://www.youtube.com/watch?v=ecekSCX3B4Q)with slides [here](https://www.slideshare.net/Odersky/scala-the-simple-parts)
69
69
-[Principle of least power](http://www.lihaoyi.com/post/StrategicScalaStylePrincipleofLeastPower.html)
70
70
71
71
Areas currently in scope of this library:
72
72
73
-
* Simple 2D graphics.
73
+
* Simple 2D graphics for single-threaded game programming with explicit game loop.
0 commit comments