We can use the same code as the Common Lisp example, but as a shell script. #!/openlisp/uxlisp -shell (format t "Hello world!~%") (print "Hello world!") Output: Hello world! "Hello world!"