IRC channel logs
2025-08-14.log
back to list of logs
<ArneBab>I get an error when trying to define scheme code with rest args in the web REPL: > (define (add . args) (apply + args)) <ArneBab> 1. #<&invalid-syntax form: (lambda args (apply + args)) subform: #f> <ArneBab> 2. #<&source file: "hoot/errors.scm" line: 95 column: 22>