nlfiedler / bakeneko

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

Intern symbols #36

Open nlfiedler opened 10 years ago

nlfiedler commented 10 years ago

When reading Scheme code, symbols with the same name should be interned to be the same Scheme object, rather than two separate instances that are equal.