Get the latest tech news
Autology: A Lisp with access to its own interpreter
A hot take on Lisp metaprogramming. Contribute to Kimbsy/autology development by creating an account on GitHub.
Autology is a functional interpreted Lisp language, written in Clojure. By binding new values of*i* we can modify the behaviour of the Autology language while our program is running. Autology allows full ad-hoc re-writing of the syntax of the language, as well as defining new features or removing existing ones.
Or read this on Hacker News