[parenscript-devel] piece of code

Vladimir Sedach vsedach at gmail.com
Mon Apr 30 00:50:36 UTC 2012


Hi Haris,

>       (:script :type "texr/javascript"

This should be "text/javascript"

>       (:h2 "clijlkjlkjclk" :onclick (ps (al ())))))))

This should be ((:h2 :onclick (ps (al ()))) "clijlkjlkjclk")

You can see the html is not right if you call the index function from the repl.

> (start (make-instance 'easy-acceptor))

You're probably not running this as root so it should be (start
(make-instance 'easy-acceptor :port 8080)) because the default port is
80

Vladimir

> Thanks
>
>
>
> _______________________________________________
> parenscript-devel mailing list
> parenscript-devel at common-lisp.net
> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>




More information about the parenscript-devel mailing list