Arc Forumnew | comments | leaders | submitlogin
1 point by Adlai 5431 days ago | link | parent

I guess that (str "world") could just return an index, because (= (str "world") "arc") has access to the entire call, and can thus calculate

  (+ (str "world") (len "world"))
to figure out what the tail of the string should be after a substitution.