[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
https://srfi.schemers.org/srfi-201/srfi-201.html actually proposes something along these lines, that reminds me of Elisp pcase:
(let* ((`(,a ,b) `(,c) (values '(1 2) '(3))) ((d e `(,f . ,_) (values 4 5 '(6 7))))) (+ a b c d e f))
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode