David Thompson 48a8b71315 ports: Don't flush input on output-only ports. 1 year ago
..
assoc.scm ad2a7bb63b Move assoc/member procedures to (hoot assoc) module. 1 year ago
atomics.scm 748a983b3d Move boxes, atomic boxes out to modules 1 year ago
backend.scm 6a70b50bef Split off (hoot backend) from (hoot compile) 1 year ago
bitvectors.scm 553f850ac3 Sink raise and with-exception-handler out of prelude, lift guard 1 year ago
bitwise.scm 4c7ef772f0 Split bitwise ops out to module 1 year ago
boxes.scm 748a983b3d Move boxes, atomic boxes out to modules 1 year ago
bytevectors.scm 001dc07b92 Move check-foo macros to (hoot errors) 1 year ago
char.scm 553f850ac3 Sink raise and with-exception-handler out of prelude, lift guard 1 year ago
compile.scm baf889d36f `import` works in compile-wasm.scm 1 year ago
cond-expand.scm 6538331dc8 Fix cond-expand for "not" and "library" 1 year ago
config.scm.in c639b12fb4 Auto-load reflect.wasm in (hoot reflect). 1 year ago
control.scm 50e0d7bbf8 Move values, call-with-values out 1 year ago
debug.scm 430f90dd02 Move %backtrace, pk, %debug out of prelude 1 year ago
dynamic-wind.scm 49b54e15f5 Split dynamic-wind out to its own module 1 year ago
eq.scm 79aa2ca52e Prelude is gone! 1 year ago
equal.scm 542f29f8b9 Implement r7rs compliant equal? 1 year ago
error-handling.scm f9db9228d4 Move basic arithmetic (+, -, <, etc) to (hoot numbers) 1 year ago
errors.scm 553f850ac3 Sink raise and with-exception-handler out of prelude, lift guard 1 year ago
exceptions.scm 79aa2ca52e Prelude is gone! 1 year ago
ffi.scm 79aa2ca52e Prelude is gone! 1 year ago
fluids.scm b7e55f3737 Move fluids, parameters out to modules 1 year ago
generate-char-prelude.scm f673477fe0 Add char-alphabetic?, char-whitespace?, char-numeric? 1 year ago
hashtables.scm 79aa2ca52e Prelude is gone! 1 year ago
inline-wasm.scm ee1ab7f888 Add id field to <wasm>. 1 year ago
keywords.scm 1b5fabf1f3 Move symbols, keywords out of prelude 1 year ago
library-group.scm baf889d36f `import` works in compile-wasm.scm 1 year ago
lists.scm ad2a7bb63b Move assoc/member procedures to (hoot assoc) module. 1 year ago
match.scm 553f850ac3 Sink raise and with-exception-handler out of prelude, lift guard 1 year ago
not.scm 79aa2ca52e Prelude is gone! 1 year ago
numbers.scm 79aa2ca52e Prelude is gone! 1 year ago
pairs.scm 9b5d3193d8 Break cons, car, etc out of prelude 1 year ago
parameters.scm 001dc07b92 Move check-foo macros to (hoot errors) 1 year ago
ports.scm 48a8b71315 ports: Don't flush input on output-only ports. 1 year ago
primitives.scm 50e0d7bbf8 Move values, call-with-values out 1 year ago
procedures.scm eae9826cf6 Move procedure? to (hoot procedures) 1 year ago
r7rs-base.scm ad2a7bb63b Move assoc/member procedures to (hoot assoc) module. 1 year ago
r7rs-case-lambda.scm 2a3d15cff1 Add (scheme case-lambda) 1 year ago
r7rs-char.scm f9db9228d4 Move basic arithmetic (+, -, <, etc) to (hoot numbers) 1 year ago
r7rs-complex.scm 79382cb113 Move most arithmetic / number routines out of the prelude 1 year ago
r7rs-cxr.scm 9b5d3193d8 Break cons, car, etc out of prelude 1 year ago
r7rs-eval.scm e4cc2d29ef Rename (hoot exceptions) to (hoot errors) 1 year ago
r7rs-file.scm 9dbd10013d Add simple implementation of file ports. 1 year ago
r7rs-inexact.scm 79382cb113 Move most arithmetic / number routines out of the prelude 1 year ago
r7rs-lazy.scm 001dc07b92 Move check-foo macros to (hoot errors) 1 year ago
r7rs-load.scm e4cc2d29ef Rename (hoot exceptions) to (hoot errors) 1 year ago
r7rs-process-context.scm e4cc2d29ef Rename (hoot exceptions) to (hoot errors) 1 year ago
r7rs-r5rs.scm 42e5d04609 Add (scheme r5rs) 1 year ago
r7rs-read.scm 4cd479db9c Split read, string->number out of prelude 1 year ago
r7rs-repl.scm e4cc2d29ef Rename (hoot exceptions) to (hoot errors) 1 year ago
r7rs-time.scm e62d94fda7 Split (scheme time) to library 1 year ago
r7rs-write.scm 71fc6b551c Move string routines out of prelude 1 year ago
read.scm 79aa2ca52e Prelude is gone! 1 year ago
records.scm 79aa2ca52e Prelude is gone! 1 year ago
reflect.scm 9dbd10013d Add simple implementation of file ports. 1 year ago
repl.scm 4a3883c6de repl: Abbreviate nulls, structs, arrays, and funcs in ,wasm-trace. 1 year ago
stdlib.scm 9dbd10013d Add simple implementation of file ports. 1 year ago
strings.scm 79aa2ca52e Prelude is gone! 1 year ago
symbols.scm 1b5fabf1f3 Move symbols, keywords out of prelude 1 year ago
syntax.scm 50e0d7bbf8 Move values, call-with-values out 1 year ago
values.scm 50e0d7bbf8 Move values, call-with-values out 1 year ago
vectors.scm 79aa2ca52e Prelude is gone! 1 year ago
write.scm 0c0567e304 write: Add support for ports. 1 year ago