In this guide I will explain how to create a cloudflare worker that returns the current song you are listening to on spotify.
Note: these notes are directly related to the CPS 305 Ryerson Course and it's associated text book, and were created as a reference for myself. I will be updating it as the course progresses.
Note: this tutorial only outlines how to install and setup whats necessary to compile and run lisp on
Mac OS X
, it will not go over how to setup emacs or slime. Instead there will be instructions for how to get syntax highlighting on VsCode. If you don't have VsCode download and install it from here https://code.visualstudio.com/download
This tutorial is under the impression that you do not have Homebrew installed, if you do just skip the step.
Homebrew is a common installation tool on mac that will make the rest of this tutorial possible.