Skip to main content


any good reason why #rstats says a zero length string has length 1?

#python: len(“”) == 0
#ruby: "".length == 0
#node/#deno: x.length == 0
#julia: length(“”) == 0
etc.