m00natic/fdbq

FYI: Thanks

alphapapa opened this issue · 2 comments

Hi,

Just wanted to say thanks for posting this and the accompanying article. It is like a more advanced version of what I'm doing in https://github.com/alphapapa/org-ql. Of course, I can't do in Emacs Lisp everything that CL can do, but maybe I can learn from your examples and apply some things to org-ql. :)

Emacs Lisp is probably today's closest dialect to CL, has the CL emulation layer and is no less fun but has its limitations especially on the performance side.

Indeed. I'm hoping the Elisp JIT that's been discussed recently pans out! And one of these days maybe I'll work on parsing Org in CL, although that's probably over my head. TXR Lisp also looks very interesting for parsing.