Skip to content

importing hyrule #2301

Jun 4, 2022 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

Which versions of Hy and Hyrule are you using?

This seems to work in a virtual env:

(hy-dev) gabriel@linuxstudio:/tmp$ hy
Hy 1.0a4 using CPython(main) 3.10.4 on Linux
=> (require hyrule.collections [assoc])
=> 
=> (do (setv collection {}) (assoc collection "Dog" "Bark") (print collection))
{'Dog': 'Bark'}
=> 

Here's the environment:

(hy-dev) gabriel@linuxstudio:/tmp$ pip list
Package          Version
---------------- -------
appdirs          1.4.4
colorama         0.4.4
funcparserlib    1.0.0
funcy            1.17
funcy-chain      0.2.0
hy               1.0a4  <---
hyrule           0.1    <---
multipledispatch 0.6.0
pip              22.1.2
pyrsistent       0.18.1
rply             0.7.8
se…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@esakilpi
Comment options

@Kodiologist
Comment options

@esakilpi
Comment options

@gabriel-francischini
Comment options

@esakilpi
Comment options

Answer selected by esakilpi
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