nlfiedler / bakeneko

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

Test tail-call optimization in interpreter_test.go #27

Open nlfiedler opened 11 years ago

nlfiedler commented 11 years ago

The interpreter theoretically supports tail call optimization as described in section 3.5 of R7RS, but it remains unproven and untested.