nlfiedler / bakeneko

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

Support inclusion (include[-ci]) R7RS 4.1.7 #40

Closed nlfiedler closed 10 years ago

nlfiedler commented 10 years ago

A means of reading the contents of a Scheme program from a file into the current file, in place, as if wrapped in a (begin). The -ci variant inserts a #!fold-case directive.