Created
October 2, 2014 23:03
-
-
Save GeorgeJahad/157ddfc39f3a5ca2906a 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
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