Hacker News new | ask | show | jobs
by estomagordo 2426 days ago
Great. In 90 minutes I may be able to know what you're talking about.
1 comments

Is it a complete lisp interpreter, written in lisp?
Yes, it uses pmatch behind the scene to match your expr against the evaluator.

https://github.com/webyrd/quines/blob/master/pmatch.scm

I have to agree, this like rank #1 in my book!