Skip to content

Instantly share code, notes, and snippets.

@souenzzo
Created October 18, 2016 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save souenzzo/644014dfaee3962c9992ed245472cc99 to your computer and use it in GitHub Desktop.
Save souenzzo/644014dfaee3962c9992ed245472cc99 to your computer and use it in GitHub Desktop.
hy problem
~ hy ## From pip
hy 0.11.1 using CPython(default) 3.5.2 on Linux
=> (let [x 3] (print x))
File "<input>", line 1, column 9
(let [x 3] (print x))
^^
HyMacroExpansionError: let lexical context element must be a list or symbol
=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment