(def load (file)
  (w/infile f file
    (whilet e (read f)
      (eval e))))

From arc.arc ©