Skip to content
Discussion options

You must be logged in to vote

So couple questions going on here.

  1. If you're just getting into Hy, it would be best to start using the alphas which you can install with pip install --pre hy and it's companion library hyrule (which is basically Hy's stdlib). The alpha branch contains many new features and additions (including let) that we're adding in order to get to 1.0.
  2. As such you should also be using the alpha version of the docs which you can find here (the dropdown at the bottom left will let you switch between versions)
  3. Hy does allow for quoting with ', `, ~, and ~@ (you can read about quoting here)
  4. It's generally not idiomatic in Hy to use '(1 2 3) to define lists, we're lispy python and so it's more appropriate…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Inc0n
Comment options

Answer selected by Inc0n
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants