List Question
20 TechQA 2023-11-29T10:05:56.753000Encode "ä", "ö", "ü" and "ß" in scheme (get german text from file)
184 views
Asked by Sem-Joe
How to convert r6rs macro involving syntax-case to racket?
145 views
Asked by thor
How to export the same code as both an R6RS and R7RS library
69 views
Asked by Flux
Why might the Scheme `filter` form not process list elements 'in order'?
126 views
Asked by mnemenaut
Is it possible to load an entire file from disk efficiently in Scheme R6RS?
128 views
Asked by MaiaVictor
Left shift into fixnum sign bit
61 views
Asked by Florian Weimer
Forcing left-to-right evaluation order in procedure call
55 views
Asked by Florian Weimer
notation in r6rs grammar for complex numbers
68 views
Asked by alinsoar
include vs. load in mit-scheme
217 views
Asked by alinsoar
Scheme to C translator
1.5k views
Asked by alinsoar
Chez Scheme: macro import at top level
800 views
Asked by Norbert Zeh
Hygienic macro r7rs : Return second expression value
207 views
Asked by Lucas M
Rotating a matrix, why isn't it working as a function, yet it does in line command?
235 views
Asked by Yoakain
Racket R6RS support: syntax-case
316 views
Asked by Watcom
Serialize scheme object to string
279 views
Asked by Emile Sonneveld
Check if an identifier is lexically bound at the point of macro expansion?
151 views
Asked by lcmylin
How to delay an image swap in DrRacket?
173 views
Asked by KillerZ224
Arity mismatch when constructing a child record type
180 views
Asked by xabush
What's the benefit of "to distinguish procedures from lambda expressions and symbols"
98 views
Asked by dhCompiler