nydp is a programming language created in 2014.
#2663on PLDB | 10Years Old |
git clone https://github.com/conanite/nydp
nydp - a modern, more dangerous kind of lisp
(def pre-compile (expr)
(map pre-compile
(if (mac-names (car expr))
(pre-compile (mac-expand (car expr) (cdr expr)))
expr)))
(mac yoyo (thing) `(do-yoyo ,thing))