Allie Jo Casey
Allie Jo Casey
It's encouraged in Hy to write dict literals with two spaces between key value pairs (clojure uses a comma + space for large maps, but commas are not whitespace in...
> I would suggest replacing :& with #*: Very much agree with this. I'm sure it's possible, but I have some other PR's in the main repo to deal with...
`:as` needs to be quoted in `match` if you want to use it as a clause's return value since `:as` has special behavior. So that something like this (admittedly convoluted...
interesting, can you post the code you attempted to run so I can try to recreate it?