Setup
Contents
Coursera
- follow the link to Programming Languages Part A
- click "Join For Free" in the top right corner.
- do what you need to do to join coursera (and log in, if necessary).
- click on enroll for free
repeat for
ML
Language: Standard ML of New Jersey
Mac OSX
Windows
Linux
Editor
VS Code (Preferred)
- Download and Install VS Code
- Add Standard ML language support by Darin Morrison
or Sublime Text (Alternate)
Racket
Language and IDE
Ruby
Language
Mac OSX
A Path From UW That Has Worked
Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Install ActiveTcl 8.5
Install ActiveTcl 8.5 (not 8.6) from www.activestate.com
Install Ruby Version Manager
\curl -sSL https://get.rvm.io | bash
Install Ruby With Tcl and Tk
rvm reinstall ruby-2.2.3 --with-tcl --with-tk
Set Ruby Version
rvm use 2.2.3 --default
Confirm Version
ruby --version
Windows
Suggested Path: Download From RubyInstaller
Alternate Path
Linux
IDE
Java
Language
- Download JDK13
- Install JDK13
IDE
Eclipse
- Download Up To Date Version (2019‑12) of Eclipse
- Install Eclipse (Select Eclipse IDE for Java Developers)
or IntelliJ
Git Repo
after you have cloned your git repo from bitbucket, be sure to import the pom.xml file in the top-level java folder.