Historial de Commits

Autor SHA1 Mensaje Fecha
  Andy Wingo baf889d36f `import` works in compile-wasm.scm hace 9 meses
  Andy Wingo 27339f5abe Fix optimize.scm to work with library groups hace 9 meses
  Andy Wingo d27f8399e4 Library groups are records; linker works on library groups hace 9 meses
  David Thompson 542f29f8b9 Implement r7rs compliant equal? hace 9 meses
  David Thompson ad2a7bb63b Move assoc/member procedures to (hoot assoc) module. hace 9 meses
  Andy Wingo 32a6af41c1 Front-end links in only those modules imported by the program hace 9 meses
  Andy Wingo 6a70b50bef Split off (hoot backend) from (hoot compile) hace 9 meses
  Andy Wingo b0cede51e7 Prune extraneous bindings from the default environment hace 9 meses
  Andy Wingo 79aa2ca52e Prelude is gone! hace 9 meses
  Andy Wingo eae9826cf6 Move procedure? to (hoot procedures) hace 9 meses
  Andy Wingo 49b54e15f5 Split dynamic-wind out to its own module hace 9 meses
  Andy Wingo 50e0d7bbf8 Move values, call-with-values out hace 9 meses
  Andy Wingo f9db9228d4 Move basic arithmetic (+, -, <, etc) to (hoot numbers) hace 9 meses
  Andy Wingo 9b5d3193d8 Break cons, car, etc out of prelude hace 9 meses
  Andy Wingo 430f90dd02 Move %backtrace, pk, %debug out of prelude hace 9 meses
  Andy Wingo 1b5fabf1f3 Move symbols, keywords out of prelude hace 9 meses
  Andy Wingo 553f850ac3 Sink raise and with-exception-handler out of prelude, lift guard hace 9 meses
  Andy Wingo 0f875702d5 Split prompts out to their own module hace 9 meses
  Andy Wingo b7e55f3737 Move fluids, parameters out to modules hace 9 meses
  Andy Wingo 748a983b3d Move boxes, atomic boxes out to modules hace 9 meses
  Andy Wingo 79382cb113 Move most arithmetic / number routines out of the prelude hace 9 meses
  Andy Wingo 71fc6b551c Move string routines out of prelude hace 9 meses
  Andy Wingo 5a4b5e8038 Split vectors out of prelude hace 9 meses
  Andy Wingo 6b25159cb1 Split ports out of prelude hace 9 meses
  Andy Wingo 4cd479db9c Split read, string->number out of prelude hace 9 meses
  Andy Wingo 834fd2d5aa Move equal?, list procedures out of prelude hace 9 meses
  Andy Wingo 0af2795ebd Move define-record-type et al out to (hoot records) hace 9 meses
  Andy Wingo b32f88f6be Remove beyond-R7RS bytevector routines from standard environment hace 9 meses
  Andy Wingo a55700386a Break out bytevectors to (hoot bytevectors) hace 9 meses
  Andy Wingo 8c36813bc2 Break out exception type definitions to (hoot exceptions) hace 9 meses