Skip to main content
Commonmark migration
Source Link

#Clojure, 21 bytes

Clojure, 21 bytes

(defmacro a[]`(a))(a) 

Ties up the compiler by defining a macro that repeatedly emits calls to itself.

On my phone, this causes the REPL to hang and lag the device. On my laptop, this fails outright with a StackOverflow.

Unfortunately the StackOverflow happens instantly, but it's still valid according to the rules.

#Clojure, 21 bytes

(defmacro a[]`(a))(a) 

Ties up the compiler by defining a macro that repeatedly emits calls to itself.

On my phone, this causes the REPL to hang and lag the device. On my laptop, this fails outright with a StackOverflow.

Unfortunately the StackOverflow happens instantly, but it's still valid according to the rules.

Clojure, 21 bytes

(defmacro a[]`(a))(a) 

Ties up the compiler by defining a macro that repeatedly emits calls to itself.

On my phone, this causes the REPL to hang and lag the device. On my laptop, this fails outright with a StackOverflow.

Unfortunately the StackOverflow happens instantly, but it's still valid according to the rules.

added 25 characters in body
Source Link
Carcigenicate
  • 3.6k
  • 2
  • 23
  • 31

#Clojure, 21 bytes

(defmacro a[]`(a))(a) 

DefinesTies up the compiler by defining a macro that repeatedly emits calls to itself.

On my phone, this causes the REPL to hang and lag the device. On my laptop, this fails outright with a StackOverflow.

Unfortunately the StackOverflow happens instantly, but it's still valid according to the rules.

#Clojure, 21 bytes

(defmacro a[]`(a))(a) 

Defines a macro that repeatedly emits calls to itself.

On my phone, this causes the REPL to hang and lag the device. On my laptop, this fails outright with a StackOverflow.

Unfortunately the StackOverflow happens instantly, but it's still valid according to the rules.

#Clojure, 21 bytes

(defmacro a[]`(a))(a) 

Ties up the compiler by defining a macro that repeatedly emits calls to itself.

On my phone, this causes the REPL to hang and lag the device. On my laptop, this fails outright with a StackOverflow.

Unfortunately the StackOverflow happens instantly, but it's still valid according to the rules.

added 97 characters in body
Source Link
Carcigenicate
  • 3.6k
  • 2
  • 23
  • 31

#Clojure, 21 bytes

(defmacro a[]`(a))(a) 

Defines a macro that repeatedly emits calls to itself.

On my phone, this causes the REPL to hang and lag the device. On my laptop, this fails outright with a StackOverflow.

Unfortunately the StackOverflow happens instantly, but it's still valid according to the rules.

#Clojure, 21 bytes

(defmacro a[]`(a))(a) 

Defines a macro that repeatedly emits calls to itself.

On my phone, this causes the REPL to hang and lag the device. On my laptop, this fails outright with a StackOverflow.

#Clojure, 21 bytes

(defmacro a[]`(a))(a) 

Defines a macro that repeatedly emits calls to itself.

On my phone, this causes the REPL to hang and lag the device. On my laptop, this fails outright with a StackOverflow.

Unfortunately the StackOverflow happens instantly, but it's still valid according to the rules.

deleted 4 characters in body
Source Link
Carcigenicate
  • 3.6k
  • 2
  • 23
  • 31
Loading
added 1 character in body
Source Link
Carcigenicate
  • 3.6k
  • 2
  • 23
  • 31
Loading
deleted 16 characters in body
Source Link
Carcigenicate
  • 3.6k
  • 2
  • 23
  • 31
Loading
deleted 24 characters in body
Source Link
Carcigenicate
  • 3.6k
  • 2
  • 23
  • 31
Loading
added 1 character in body
Source Link
Carcigenicate
  • 3.6k
  • 2
  • 23
  • 31
Loading
Source Link
Carcigenicate
  • 3.6k
  • 2
  • 23
  • 31
Loading