Skip to content

Instantly share code, notes, and snippets.

@zahardzhan
Created July 22, 2010 01:56
Show Gist options
  • Save zahardzhan/485459 to your computer and use it in GitHub Desktop.
Save zahardzhan/485459 to your computer and use it in GitHub Desktop.
action a > a
strategy a > action
schedule strategy > strategy
schedule strategy > strategy a > action a
(defn schedule-strategy [strategy]
(fn scheduled-strategy [a-stgy]
(fn scheduled-action [a-actn]
((strategy a-actn) a-actn))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment