(load "~/quicklisp/setup.lisp") (push #P"~/mmo-project/lisp/www" asdf:*central-registry*) (ql:quickload :www) (www:start :port 9090)