Funny... but perl or python are not the only ones to make one-line print statements and about Lisp... what about (display "Hello world") or just "Hello World" ? :)
Lisp wasn't the right tool for the job because back when this was written (1997 or so, if I remember correctly) there were a lot of reasons Lisp was not the right tool for the job, the biggest reason being that chances were your Unix admin had made sure Python or Perl was available, but not Lisp (outside of Emacs).
at the command prompt? That works in every Unix or Linux shell I know of, and even MS-DOS. There's no need to fire up a separate full-blown interpreter or worry about it being installed. :-)
ChuckMcM|14 years ago
for shell/bash users.
And the manager should really do it as a requirements document.
ghc|14 years ago
Turing_Machine|14 years ago
echo Hello World
at the command prompt? That works in every Unix or Linux shell I know of, and even MS-DOS. There's no need to fire up a separate full-blown interpreter or worry about it being installed. :-)