List Question
20 TechQA 2022-12-04T18:43:06.043000Which identifier am I supposed to use to close my library in R7RS/Scheme?
171 views
Asked by Hakamex
How to export the same code as both an R6RS and R7RS library
69 views
Asked by Flux
Why can't I write a byte to the current-output-port in the REPL?
131 views
Asked by Flux
Can R7RS-small implementations allow only one define-library per file?
233 views
Asked by Flux
Why might the Scheme `filter` form not process list elements 'in order'?
126 views
Asked by mnemenaut
Can every letrec be replaced with letrec*?
123 views
Asked by Flux
Is define implementation dependent in R7RS?
229 views
Asked by J. Mini
R7RS-small: equivalence of quasiquoted expressions
100 views
Asked by Flux
How to consume only the first returned value in Scheme?
106 views
Asked by Danilo Piazzalunga
How to define two R7RS libraries in Guile
299 views
Asked by Flux
How to define a procedure that returns multiple values in R7RS
105 views
Asked by Vursc
How to (eval ...) in a chicken r7rs library?
350 views
Asked by lubgr
What are valid identifiers in R7RS-small?
261 views
Asked by Tzvetan Mikov
Is the cdr of a list always eqv?
115 views
Asked by Flux
Hygienic macro r7rs : Return second expression value
207 views
Asked by Lucas M
Redefine a scheme built-in, but only when used as an argument to a specific procedure?
156 views
Asked by nickloewen
Gensym procedure with larceny r7rs
91 views
Asked by Dranna
Difference between load and include in Scheme R7RS
1.1k views
Asked by eatonphil
Scheme: list all bindings in scope
235 views
Asked by math4tots
As of 2016, is there a Scheme implementation which supports 100% of R7RS (small) with no deviations?
8.7k views
Asked by addictedtohaskell