Scala Days 2013 talk: Fun programming in Scala: Games, Algorithms, and Apps

Video of my talk at Scala Days 2013. Abstract: Scala continues to be fun! Implementing algorithms to solve Sudoku puzzles, bioinformatic problems, and analyzing time-series data has been a great learning experience. Creating video games and mods have made my game time much more enjoyable and gave me an opportunity to impress my friends! To do all these, I used a myriad of technologies from Scala IDE, sbt, and giter8 to git, Android, and Play! In the process, I learned a lot more about Scala’s features such
Back to Top