Paste number 35440: conditions for newbie

Paste number 35440: conditions for newbie
Pasted by: ltbarcly
When:2 years, 5 months ago
Share:Tweet this! | http://paste.lisp.org/+RCG
Channel:#lisp
Paste contents:
Raw Source | XML | Display As
(defun cat (filename)
  (with-open-file (stream filename)
    (loop 
       (print (read-line stream)))))

(defun ecat (filename)
  (handler-case () (end-of-file ()))
  (with-open-file (stream filename)
    (loop
       (print (read-line stream)))))

This paste has no annotations.

Colorize as:
Show Line Numbers

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.