Arc Forumnew | comments | leaders | submitlogin
2 points by lojic 6400 days ago | link | parent

You're not dumb. I'm getting the same error, and the error messages aren't very helpful. Apparently, I haven't tried the hello world app since upgrading to arc2.

Anyone have an idea of the problem? I've been looking through news.arc, and came across this:

  (mac newsop args
    `(do (pushnew ',(car args) newsop-names*)
         (opexpand defop ,@args)))

  (newsop news () (newspage user))

  (newsop ||   () (newspage user))
What is that last line doing?


4 points by pg 6399 days ago | link

The last line means that localhost:8080/ does the same thing as localhost:8080/news.

-----