Skip to content

Instantly share code, notes, and snippets.

@GeorgeJahad
Created October 2, 2014 23:03
Show Gist options
  • Save GeorgeJahad/157ddfc39f3a5ca2906a to your computer and use it in GitHub Desktop.
Save GeorgeJahad/157ddfc39f3a5ca2906a to your computer and use it in GitHub Desktop.
I'm saying that this will work:
(let [index x service-threshold y] (load-stream threshold-stream))
but this won't:
(let [index x service-threshold2 y] (load-stream threshold-stream))
because the name is wrong in the let
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment