(defun f (a b) (sqrt (+ (* a a) (* b b)))) (loop (format t "~$~%" (eval (read (make-string-input-stream (concatenate 'string "(f " (read-line) ")"))))))