nlfiedler / bakeneko

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

Provide basic hash tables (SRFI 69) #43

Open nlfiedler opened 10 years ago

nlfiedler commented 10 years ago

Because hash tables are obvious and programming without them is painful. See the specification and complete implementation at [1]. Chibi-Scheme also has an R7RS compliant version as well.

[1] http://srfi.schemers.org/srfi-69/srfi-69.html