Derick Eddington wrote:

  (define-λS (file-lines file-name)
    (import (xitomatl ports))
    (call-with-input-file file-name get-lines-all))

I hope that internal imports, like in the example above, become a defacto standard amongst the R6RS systems.

Ed

Reply via email to