Eric Moore wrote:
  Here is a hello world:
 (format t "Hello, World!")
 It kinda works, need to throw maybe a \n on it, no idea what options format
 takes. 
Do it like this:
(format t "~&Hello, World!~%")
Looks like Common Lisp documentation works for the System 100 FORMAT:
http://www.lispworks.com/documentation/lw50/CLHS/Body/22_c.htm