This is my code for the the languages class at http://nathansuniversity.com/
We have a language that takes a series of notes and puts them into the a "playable"
My simple implementation of a scheme like language.
You can do cool things like
(+ 1 (+ 2 3))
or
(read 'file.png)
Right now it simply turns the language into a series of arrays.