I would like to start a timer in my common lisp application that after a certain amount of time it will call a certain method. What would be the best way to accomplish this? <
http://www.cliki.net/TIMER implements relative time based scheduling, which i THINK is what you mean