(define encoding-alist '())
+;; TODO: run this once and 'cache' output of (write lst) in <coding>.scm ?
(define (read-coding-file coding)
(let* ((raw (ly:gulp-file (assoc-get coding coding-file-alist)))
;;(raw (ly:gulp-file "f7b6d320.enc"))
(if (defined? 'set-debug-cell-accesses!)
(set-debug-cell-accesses! #f))
+;; ugh, need this for encoding.scm test
+;; srfi-13 overrides string->list
+(define plain-string->list string->list)
+
(use-modules (ice-9 regex)
(ice-9 safe)
(oop goops)