Commit History

Author SHA1 Message Date
  David Thompson 7e32d63de8 Fix output buffer flushing. 10 months ago
  David Thompson 542f29f8b9 Implement r7rs compliant equal? 10 months ago
  David Thompson ad2a7bb63b Move assoc/member procedures to (hoot assoc) module. 10 months ago
  Andy Wingo 32a6af41c1 Front-end links in only those modules imported by the program 10 months ago
  Andy Wingo 6a70b50bef Split off (hoot backend) from (hoot compile) 10 months ago
  Andy Wingo 709f69f164 Fix distcheck 10 months ago
  Andy Wingo b0cede51e7 Prune extraneous bindings from the default environment 10 months ago
  Andy Wingo 79aa2ca52e Prelude is gone! 10 months ago
  Andy Wingo eae9826cf6 Move procedure? to (hoot procedures) 10 months ago
  Andy Wingo 1abf086e7b Move map, fold, for-each to (hoot lists) 10 months ago
  Andy Wingo 49b54e15f5 Split dynamic-wind out to its own module 10 months ago
  Andy Wingo 50e0d7bbf8 Move values, call-with-values out 10 months ago
  Andy Wingo 5e7f026df5 Fix syntax for R7RS library exports 10 months ago
  Andy Wingo f9db9228d4 Move basic arithmetic (+, -, <, etc) to (hoot numbers) 10 months ago
  Andy Wingo 601a397067 Move append primitive initialization out of prelude 10 months ago
  Andy Wingo 9b5d3193d8 Break cons, car, etc out of prelude 10 months ago
  Andy Wingo 7e9b0515c0 Move boolean?, boolean=? to r7rs-base.scm 10 months ago
  Andy Wingo fd63c67540 Prune imports of prelude 10 months ago
  Andy Wingo 430f90dd02 Move %backtrace, pk, %debug out of prelude 10 months ago
  Andy Wingo 1b5fabf1f3 Move symbols, keywords out of prelude 10 months ago
  Andy Wingo 553f850ac3 Sink raise and with-exception-handler out of prelude, lift guard 10 months ago
  David Thompson fa64316eeb Merge branch 'fix-string->number' into 'main' 10 months ago
  David Thompson 490ae0a04e Fix string->number when last character is a decimal point. 10 months ago
  David Thompson ead16e1ee0 Merge branch 'r7rs-fixes' into 'main' 10 months ago
  David Thompson 8a5f2d11a2 Export char predicates in (scheme char). 10 months ago
  David Thompson 01a2923a40 Add caar, cadr, cdar, cddr to (scheme base). 10 months ago
  Andy Wingo 0f875702d5 Split prompts out to their own module 10 months ago
  Andy Wingo 001dc07b92 Move check-foo macros to (hoot errors) 10 months ago
  Andy Wingo b7e55f3737 Move fluids, parameters out to modules 10 months ago
  Andy Wingo 748a983b3d Move boxes, atomic boxes out to modules 10 months ago