IRC channel logs

2024-08-14.log

back to list of logs

<cpli>(define* (f #:key #:allow-other-keys #:rest args) (g args)) would be really useful for forwarding keys to other functions, but when #:key is left empty (i.e. f has no key arguments itself) it fails to compile with the cryptic error message "undefined object #f"