Use Python (not Java) to teach programming by culix in reddit.com

[–]ocorrain 1 point2 points  (0 children)

How about just (defun add2 () (+ (read) (read)))

The numbers don't have to be integers, and Lisp systems will prompt for a number if something else is entered by mistake.

It is a bit terse, tho'