summaryrefslogtreecommitdiff
path: root/module/scheme/base.scm
AgeCommit message (Expand)AuthorFilesLines
2021-08-06Add function vector-copy! to coreDaniel Llorens1-15/+2
2021-08-06Reuse core vector-fill! in (scheme base)Daniel Llorens1-11/+1
2021-08-06Extend core vector-copy to r7rs vector-copyDaniel Llorens1-21/+3
2021-01-17(scheme base) member: return #f, not (), for no matchRob Browning1-3/+4
2021-01-12Close accumulating output ports after useAndy Wingo1-12/+3
2020-01-12Support R7RS define-libraryAndy Wingo1-10/+6
2019-11-16Add initial implementation of R7RS modulesAndy Wingo1-0/+593