15 lines
328 B
Scheme
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
|
|
)
|