Skip to main content
3 of 9
deleted 24 characters in body
Carcigenicate
  • 3.6k
  • 2
  • 23
  • 31

#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.

Carcigenicate
  • 3.6k
  • 2
  • 23
  • 31