Is it possible to have a command in common lisp which somehow temporarily pauses the execution. In matlab you can achieve this by using the pause command, in which you can also set the time to pause as well. What I want to do is that, in a loop I will print my result to the top-level then wait for x-seconds (I am going to set the x), do the next iteration, print and wait and so on.
Thank you very much in advance.
See SLEEP.