-
-
Save mrb/9695703 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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