> But when I execute ./prog, it doesn't work as I expected. > Instead of printing the string it just starts ECL > interpreter. I feel going completely wrong way. You need to include a (quit) somewhere in your Lisp program. And I know how you feel... from experience, this happens a lot when I'm about to make a breakthrough. Carlo