after i run the (asv) how do i get back to the
Arc-prompt?
now i have to press stop(using drscheme) then run to
get going again which is very annoying, esp since it
eliminates the code written in the interpreter. i also have a problem with the other tutorial-examples. (defop hello2 req
(w/link (pr "there")
(pr "here")))
when running that it compiles ok but when i go to
http://localhost:8080/helloit says unknown operator.
the first hello world app works though. do i ahve to download some additional library or server-utility? |