Skip to content

Instantly share code, notes, and snippets.

@lfranchi
Created April 6, 2013 15:27
Show Gist options
  • Save lfranchi/5326476 to your computer and use it in GitHub Desktop.
Save lfranchi/5326476 to your computer and use it in GitHub Desktop.
ono.core=> (l/on-realized (tcp/tcp-client {:host "lycophron.local" :port 50210 :frame ono.net/frame})
#_=> (fn [ch]
#_=> (println "Hello! Realized!"))
#_=> (fn [ch]
#_=> (println "Error!")))
:lamina/subscribed
ono.core=> Hello! Realized!
ono.core=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment