I think you want: 
(push (create-prefix-dispatcher "/index" 'index) *dispatch-table*)
(start (make-instance 'easy-acceptor))
 
I tried that but I get error that easy-acceptor is not name of a class ?