Skip to content

Instantly share code, notes, and snippets.

@slipset
Created January 27, 2015 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slipset/42ce72108f9fa4502ada to your computer and use it in GitHub Desktop.
Save slipset/42ce72108f9fa4502ada to your computer and use it in GitHub Desktop.
(def recipe [{:action :grab
:item :sugar}
{:action :add-to-bowl}
{:action :grab
:item :flour}
{:action :add-to-bowl}
{:action :grab
:item :milk}
{:action :add-to-bowl}
{:action :mix}
{:action :pour-into-pan}
{:action :bake-pan}])
(map execute-action recipe)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment