David Thompson 0afad5ce16 reflect: Don't hold onto pair car/cdr. il y a 10 mois
..
assoc.scm ad2a7bb63b Move assoc/member procedures to (hoot assoc) module. il y a 10 mois
atomics.scm 748a983b3d Move boxes, atomic boxes out to modules il y a 10 mois
backend.scm fa28d6f35c Add tests, fix codegen for kwargs il y a 10 mois
bitvectors.scm 553f850ac3 Sink raise and with-exception-handler out of prelude, lift guard il y a 10 mois
bitwise.scm 4c7ef772f0 Split bitwise ops out to module il y a 11 mois
boxes.scm 748a983b3d Move boxes, atomic boxes out to modules il y a 10 mois
bytevectors.scm 001dc07b92 Move check-foo macros to (hoot errors) il y a 10 mois
char.scm 553f850ac3 Sink raise and with-exception-handler out of prelude, lift guard il y a 10 mois
compile.scm 26c4b486e6 Factor out library-load-path-extension from compile-wasm script. il y a 10 mois
cond-expand.scm 6538331dc8 Fix cond-expand for "not" and "library" il y a 11 mois
config.scm.in c639b12fb4 Auto-load reflect.wasm in (hoot reflect). il y a 1 an
control.scm 50e0d7bbf8 Move values, call-with-values out il y a 10 mois
debug.scm 430f90dd02 Move %backtrace, pk, %debug out of prelude il y a 10 mois
dynamic-wind.scm 49b54e15f5 Split dynamic-wind out to its own module il y a 10 mois
eq.scm 79aa2ca52e Prelude is gone! il y a 10 mois
equal.scm 542f29f8b9 Implement r7rs compliant equal? il y a 10 mois
error-handling.scm f9db9228d4 Move basic arithmetic (+, -, <, etc) to (hoot numbers) il y a 10 mois
errors.scm 167f0504de Implement exceptions for keyword argument errors il y a 10 mois
exceptions.scm 167f0504de Implement exceptions for keyword argument errors il y a 10 mois
ffi.scm 79aa2ca52e Prelude is gone! il y a 10 mois
fluids.scm b7e55f3737 Move fluids, parameters out to modules il y a 10 mois
generate-char-prelude.scm f673477fe0 Add char-alphabetic?, char-whitespace?, char-numeric? il y a 1 an
hashtables.scm 79aa2ca52e Prelude is gone! il y a 10 mois
inline-wasm.scm ee1ab7f888 Add id field to <wasm>. il y a 11 mois
keywords.scm 1b5fabf1f3 Move symbols, keywords out of prelude il y a 10 mois
library-group.scm baf889d36f `import` works in compile-wasm.scm il y a 10 mois
lists.scm ad2a7bb63b Move assoc/member procedures to (hoot assoc) module. il y a 10 mois
match.scm 553f850ac3 Sink raise and with-exception-handler out of prelude, lift guard il y a 10 mois
not.scm 79aa2ca52e Prelude is gone! il y a 10 mois
numbers.scm 79aa2ca52e Prelude is gone! il y a 10 mois
pairs.scm 37017ea7ba Add caar/cadr/cdar/cddr definitions back. il y a 10 mois
parameters.scm 001dc07b92 Move check-foo macros to (hoot errors) il y a 10 mois
ports.scm db858c8cb1 Export make-port. il y a 10 mois
primitives.scm 50e0d7bbf8 Move values, call-with-values out il y a 10 mois
procedures.scm eae9826cf6 Move procedure? to (hoot procedures) il y a 10 mois
r7rs-base.scm ad2a7bb63b Move assoc/member procedures to (hoot assoc) module. il y a 10 mois
r7rs-case-lambda.scm 2a3d15cff1 Add (scheme case-lambda) il y a 11 mois
r7rs-char.scm f9db9228d4 Move basic arithmetic (+, -, <, etc) to (hoot numbers) il y a 10 mois
r7rs-complex.scm 79382cb113 Move most arithmetic / number routines out of the prelude il y a 10 mois
r7rs-cxr.scm 9b5d3193d8 Break cons, car, etc out of prelude il y a 10 mois
r7rs-eval.scm e4cc2d29ef Rename (hoot exceptions) to (hoot errors) il y a 11 mois
r7rs-file.scm 9dbd10013d Add simple implementation of file ports. il y a 10 mois
r7rs-inexact.scm 79382cb113 Move most arithmetic / number routines out of the prelude il y a 10 mois
r7rs-lazy.scm 001dc07b92 Move check-foo macros to (hoot errors) il y a 10 mois
r7rs-load.scm e4cc2d29ef Rename (hoot exceptions) to (hoot errors) il y a 11 mois
r7rs-process-context.scm e4cc2d29ef Rename (hoot exceptions) to (hoot errors) il y a 11 mois
r7rs-r5rs.scm 42e5d04609 Add (scheme r5rs) il y a 11 mois
r7rs-read.scm 4cd479db9c Split read, string->number out of prelude il y a 11 mois
r7rs-repl.scm e4cc2d29ef Rename (hoot exceptions) to (hoot errors) il y a 11 mois
r7rs-time.scm e62d94fda7 Split (scheme time) to library il y a 11 mois
r7rs-write.scm 71fc6b551c Move string routines out of prelude il y a 10 mois
read.scm 79aa2ca52e Prelude is gone! il y a 10 mois
records.scm 79aa2ca52e Prelude is gone! il y a 10 mois
reflect.scm 0afad5ce16 reflect: Don't hold onto pair car/cdr. il y a 10 mois
repl.scm 4a3883c6de repl: Abbreviate nulls, structs, arrays, and funcs in ,wasm-trace. il y a 11 mois
stdlib.scm fa28d6f35c Add tests, fix codegen for kwargs il y a 10 mois
strings.scm 79aa2ca52e Prelude is gone! il y a 10 mois
symbols.scm 1b5fabf1f3 Move symbols, keywords out of prelude il y a 10 mois
syntax.scm 50e0d7bbf8 Move values, call-with-values out il y a 10 mois
values.scm 50e0d7bbf8 Move values, call-with-values out il y a 10 mois
vectors.scm 79aa2ca52e Prelude is gone! il y a 10 mois
write.scm 79aa2ca52e Prelude is gone! il y a 10 mois