#lang racket
(define read-conf
(let [(conf (delay (with-input-from-file “db.conf" (thunk (displayln "hello")
(read)))))]
(thunk
(force conf))))(read-conf) (read-conf) -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

