summaryrefslogblamecommitdiffstats
path: root/net/ricketyspace/sicp/utils.scm
blob: e59a1decdc6b31c01e74f1bc52f2249e3eabdfb7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                   
;;;; Under Creative Commons Attribution-ShareAlike 4.0
;;;; International. See
;;;; <https://creativecommons.org/licenses/by-sa/4.0/>.

(define-module (net ricketyspace sicp utils)
  #:export (runtime))

;; Thanks
;; https://web.archive.org/web/20170624185633/http://community.schemewiki.org/?SICP
(define (runtime) (tms:clock (times)))