Let’s make sure your computer is set up! We’ll be going over what everything is in class.
This is the IDE we’ll be using for this class, but if you are comfortable with another, feel free to stick with what you are using.
You will be using Overleaf to write your homework submissions. This requires using a markup language called LaTeX
. I will show a demo in class for how to export the PDFs which you will be submitting.
We will be using Scala 2. Make sure your computer environment is properly set up to compile and run Scala programs.
Scala (Metals)
extension for VS Code.cs install cs
in your terminal.cs setup
in your terminal.scala
in your terminal. A scala
shell should pop up. You can exit by typing :quit
.On your desktop (or preferred folder), create a new folder titled TheoreticalCS
. This is where you’ll keep all your files for this course.