-
Hi, It is my first message so I'd like to start by saying thanks for "Hy". I"m using python but I love LISP. So thank you. I looked the documentation and when I open the alpha version I didn't find built-ins and "Hy core" chapters that I can find in stable. Also when I trying simple things like Should I import something with alpha version? Is it a really different version that is not compatible? Thanks for your help and I hope that I will able to contribute. I love the idea of LISP & Python :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We moved a lot of the non-core stuff out of the If you're trying to find a specific function/macro that seems missing, you can probably find where it went by looking through our NEWS.rst file! |
Beta Was this translation helpful? Give feedback.
We moved a lot of the non-core stuff out of the
hy
module to keep it relatively lightweight and easier for us to manage.You can import
take
and related functions from Toolz. Also if you're using macros, most have been split off into a separate module calledhyrule
.If you're trying to find a specific function/macro that seems missing, you can probably find where it went by looking through our NEWS.rst file!