Ark icon indicating copy to clipboard operation
Ark copied to clipboard

The optimizer / compiler should be able to detect constant redefinitions

Open SuperFola opened this issue 3 years ago • 0 comments

This is linked to #5, currently the problem is handled in the VM but we could take it to the compiler.

This code should then throw a compile time error:

(let a 12)
(let a "hello")

SuperFola avatar Jun 12 '21 10:06 SuperFola