Because compilers often expand standard macros into non-standard CL code, supporting all special operators is not sufficient to support all of Common Lisp. cl-cont makes special arrangements to support defun. Currently defgeneric and defmethod are not supported. Additional cases will be handled as they are exposed.
Calling call/cc from functions passed to standard functions (like mapcar) is not supported because standard functions have not been transformed to CPS style. Eventually cl-cont will provide its own version of commonly used standard functions that accept higher order parameters.
ежели по существу, то монада определяет только определённый (удобный во многих случаях) интерфейс, и не имеет никакого отношения к реализации; реализовать CPS она не поможет - однако пользоваться CPS с монадическим интерфейсом будет значительно удобней, чем без оного