Read-Lisp-File

(read-lisp-file string) -> expression(s)

Returns the contents of the given file as unevaluated expressions.

Example:

>> (read-lisp-file "examples/netrepl.ms")
:: ((import "lib/conn") (import "lib/repl") (import "lib/format")
(define (net-repl portno) (spawn-tcp-server portno repl)))