#Clojure, 21 bytes
(defmacro a[]`(a))(a) Defines a macro that repeatedly expands to calls to itself.
On my phone, this causes my REPL to hang and lag the device. On my laptop, this fails outright at compile time with a StackOverflow.
#Clojure, 21 bytes
(defmacro a[]`(a))(a) Defines a macro that repeatedly expands to calls to itself.
On my phone, this causes my REPL to hang and lag the device. On my laptop, this fails outright at compile time with a StackOverflow.