nlfiedler / bakeneko

Scheme R7RS interpreter in Go
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Test: quasiquotation yielding itself #41

Open nlfiedler opened 10 years ago

nlfiedler commented 10 years ago

Supposedly this expression yields itself:

(let ((let '(let ((let,let)) ,let))) '(let ((let `,let)) ,let))

Should write a test to try it out.