LispNTI

From Esolang
Jump to navigation Jump to search

LispNTI (an acronym meaning "Listen, It's Shit, Please Never Try It") is a minimal Lisp-like language created by Katrina Scialdone. The language's primary conceit is that instead of implementing a proper list parser, its interpreter implementation (written in NodeJS) uses Regex replacements to convert the program into valid JSON, which is then parsed by Javascript's built-in JSON parser.

External links