You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed latest hy using pip install hy:
give the following error:
hy 0.11.1 using CPython(v2.7.11:6d1b6a68f775) 2.7.11 on Windows
=> (let [a {}]
... (print a))
File "<input>", line 1, column 9
(let [a {}]
^^
HyMacroExpansionError: let variable assignments must contain two items
=> (exit)
and no issue with git/master branch.
The text was updated successfully, but these errors were encountered:
I just installed latest hy using pip install hy:
give the following error:
and no issue with git/master branch.
The text was updated successfully, but these errors were encountered: