Arc Forumnew | comments | leaders | submitlogin
1 point by thaddeus 5290 days ago | link | parent

As a note the http-utils str->url has a reference to a function '1+' that probably exists in some other library? if you're using anarki. If not you may need to:

  (def 1+ (n)
    (+ n 1))


1 point by palsecam 5290 days ago | link

See 'inc in arc.arc (there is also '++).

-----