Name: Anonymous 2010-09-05 15:40
What does /prog/ use to edit its Scheme code?
I use Ed, or Nano when I'm feeling a bit like a memory spendthrift.
I use Ed, or Nano when I'm feeling a bit like a memory spendthrift.
(require srfi/19)
(define (runtime)
(define (usec t)
(+ (* (time-second t) 1000000)
(/ (time-nanosecond t) 1000)))
(usec (current-time time-thread)))