CSC447

Concepts of Programming Languages

Tools

Instructor: Stefan Mitsch

Tools for Assignments

Install Java 8 SDK

  • Download and install Oracle Java 8 SDK.
  • Confirm correct version of java and javac see in your PATH environment variable (see worksheet).

Edit Files

  • Use your favorite text editor (not Notepad or Word!) to read and complete the work in
    src/main/scheme/simple.scm

SBT

  • SBT compiles and invokes tests on Java/Scala code
  • Download and extract ZIP archive from here
  • Add absolute path containing sbt/bin to PATH
    • See worksheet 0 for information on PATH
  • Change directory to your repository
    • Use dir or ls to check build.sbt is in current directory
  • Run: sbt

Optional Background Reading on Git