Common Lisp
PHP Code:
(format t "Hi! What's your name?~%")
(
defvar *name* (read-line))
(
format t "Hello, ~a! Welcome to Ubuntu!~%" *name*)