(let [app (Express.call) port 3000] (app.get "/" ->[req res next] (res.send "Hello World!")) (#unless test (app.listen port ->(print "kiss-express listening at http://localhost:$port"))))