Add block pushing and wireworld simulation.

This commit is contained in:
David Thompson 2024-05-18 14:04:35 -04:00
parent b9f9e81381
commit a34a7e9b7a
12 changed files with 379 additions and 39 deletions

3
modules/srfi/srfi-11.scm Normal file
View file

@ -0,0 +1,3 @@
(define-module (srfi srfi-11)
#:use-module ((hoot syntax) #:select (let-values let*-values))
#:re-export (let-values let*-values))

3
modules/srfi/srfi-9.scm Normal file
View file

@ -0,0 +1,3 @@
(define-module (srfi srfi-9)
#:use-module ((scheme base) #:select (define-record-type))
#:re-export (define-record-type))