Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
thaddeus
5496 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
5495 days ago |
link
See 'inc in arc.arc (there is also '++).
-----