Arc Forumnew | comments | leaders | submitlogin
2 points by aw 5550 days ago | link | parent

For your second question, we could work on getting your macro defining macro to work, if you wanted. For this particular task, personally I'd do something simpler: I'd make the link like this:

  (link r (+ "/schedule?route=" r))
and then have

  (defop schedule req
    (pr "Schedule for " (arg req "route") " goes here"))