Skip to content

Instantly share code, notes, and snippets.

@jccc
Created October 29, 2010 02:01
Show Gist options
  • Select an option

  • Save jccc/652743 to your computer and use it in GitHub Desktop.

Select an option

Save jccc/652743 to your computer and use it in GitHub Desktop.
(defn execute [prog regs]
(first (reduce interpret [regs true] prog)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment