Hacker News new | ask | show | jobs
by estomagordo 2425 days ago
Is it a complete lisp interpreter, written in lisp?
1 comments

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!