Skip to content

Instantly share code, notes, and snippets.

@mrb
Forked from jrecursive/gist:9668987
Last active August 29, 2015 13:57
Show Gist options
  • Save mrb/9695703 to your computer and use it in GitHub Desktop.
Save mrb/9695703 to your computer and use it in GitHub Desktop.
(create-circuit :test)
(create-channel :tweets)
(create-device :tweeter-1 as :tweeter
(filters ["ukraine" "russia" "putin" "news" "crimea"]))
(create-device :tweet-channel as :channeler
(channel :tweets))
(create-wire->
(:tweeter-1 :tweets)
(:tweet-channel :data_))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment