8 ms·
Hy core here! It works both ways, and bi-directional interop is intended! Just `import hy` then you can import any `.hy` on `sys.path` :D (yes, this means you
by paultag 12y ago
Hy core here!
It works both ways, and bi-directional interop is intended! Just `import hy` then you can import any `.hy` on `sys.path` :D
(yes, this means you can make Hy code pip installable, just like Hy itself!)
- gknoy 12y agoWow. That sounds amazing!