riktor / hycl

MIT License
13 stars 4 forks source link

Publicity #1

Open alphapapa opened 5 years ago

alphapapa commented 5 years ago

Hi there,

I just discovered this, and it looks really nice! However, I found it on the fifth page of a Google search for hylang. I think this needs some better publicity. :) Maybe there needs to be a semi-official list of Hy projects...

riktor commented 5 years ago

Happy new year,

First of all, thank you for opening this issue. I am glad that you are interested in hycl. Yes, it may be good to publish this library in a little more eye-catching place. Should I post it here? https://libraries.io/github/hylang/repositories (or is there somewhere else?)

Also, you may be interested in the following articles. (Since they are written in Japanese, I recommend you to use google translation) https://qiita.com/riktor/items/498a30d41f89d41ea168 https://qiita.com/riktor/items/3389a790f9bd604d211c https://qiita.com/riktor/items/cd914612673fe7828a8d

alphapapa commented 5 years ago

BTW, I don't know if I'm doing something wrong now, but using Hy 0.16, this module doesn't seem to work anymore.

=> (require [hycl [*]])
None

Somehow I got this error at the REPL at some point, although I can't find the line that caused it:

hy.errors.HyRequireError: The module <module 'hycl' from '/home/me/.local/lib/python3.4/site-packages/hycl/__init__.py'> has no macros or tags

But hycl is installed with pip3 and is up-to-date. I just want to use ignore-errors, but I can't get the macros to load. :(