nlfiedler / bakeneko

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

Support foreign function interface with Go #15

Open nlfiedler opened 11 years ago

nlfiedler commented 11 years ago

Eventually will need a means of invoking Go functions from within the Scheme language. Not sure how feasible this is since the Go linker eliminates any unused functions in the final executable. Nonetheless, should look into it.