Files
chaturanga/inc/copgcops.scm
2024-05-26 13:23:20 -04:00

15 lines
328 B
Scheme

;; 'oop goops' but 'cop gcops'
;; instead of Object oriented programming, it is zzCell oriented
(define-module (cop gcops)
; :use-module (blah blah)
:use-module (waffle ufo)
:use-module (zipstyke notcurses)
:use-module (s7 s7)
)
(export prims zzcell slice dimension rank canvas
zzdb zzvm waffle zipstyke
)
(export-syntax
)