;; Copyright 2006-2011, Matthew Welland.
;;
;; This program is made available under the GNU GPL version 2.0 or
;; greater. See the accompanying file COPYING for details.
;;
;; This program is distributed WITHOUT ANY WARRANTY; without even the
;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
;; PURPOSE.
;; This is from the perl world, a hash of hashes is a super easy way to keep a handle on
;; lots of disparate data
;;
(cond-expand
(chicken-4
(use sheme chicken))
(chicken-5
(import scheme chicken.base)))
(module mutils
*
(import scheme)
(cond-expand
(chicken-4
(import chicken scheme
;; data-structures posix srfi-1
;; srfi-13
srfi-69
(import chicken scheme)
(use chicken)
(import posix
data-structures
ports
extras)
(define pseudo-random-integer random)
(define file-writable? file-write-access?))
(chicken-5
(import scheme
chicken.base
chicken.file
chicken.process-context
chicken.process
chicken.port
chicken.io
system-information
chicken.string
chicken.time
chicken.condition
chicken.random
)))
(import srfi-1
;; srfi-13
srfi-69
ports extrasregex
regex
posix data-structuresmatchable
)
matchable
sparse-vectors
)
(define (mutils:hierhash-ref hh . keys)
(if (null? keys)
#f
(let loop ((ht hh)
(key (car keys))
(tail (cdr keys)))
(if (eof-object? l)
(reverse res)
(if (or (string-match comment l)
(string-match blank l))
(loop (read-line fh) res)
(loop (read-line fh) (cons l res)))))))
(use sparse-vectors);; this is a simple two dimensional sparse array
;; ONLY TWO DIMENSIONS!!! SEE ARRAY-LIB IF YOUR NEEDS ARE GREATER!!
;;
(define (mutils:make-sparse-array)
(let ((a (make-sparse-vector)))
(sparse-vector-set! a 0 (make-sparse-vector))