Kodi Arfer

Results 265 comments of Kodi Arfer

My current thinking is to use my original idea of transforming dotted syntax to calls to the `.` macro. When there's no object to take an attribute from, as in...

Having thought about it some more, I feel that trying to maintain some list of active projects in Hy or organizations that use Hy is out of scope of the...

This is probably outside the scope of Hy itself at this point. Maybe if someone decides to make it, they can add any necessary support code to Hy.

With Allie missing in action, this is very unlikely to happen. Anyway, let's be honest with ourselves: the implementation has no design philosophy. It's developed organically over many years, which...

In the linked pull request, I've opted to add `do-mac` to core in place of the requested reader macro, but for posterity, here's how you could implement it and use...

The failure of my example is in fact consistent with importing in Python: ``` $ mkdir pkg $ touch pkg/__init__.py $ echo >pkg/py_imported.py 'print("imported")' $ echo >pkg/py_importer.py 'from .py_imported import...

Most interesting to me personally would be support for [Pyodide](https://pyodide.org), a WebAssembly-based Python, so you could run Hy in a web browser without having to go through JavaScript, as with...

@scauligi Could I trouble you to take a crack at this and the related issues #2292 and #2303? I'd like to have these things tied up before Hy 1.0. If...

I'm reasonably confident that the way macro scoping works now is what we're going with for 1.0. It's what I've documented in detail in #2531.