it seems like there is no string formatting functi...
# multiplatform
k
it seems like there is no string formatting functionality in stdlib-common. has anyone found that?
s
There is no string formatting functionality in stdlib-common, yes. This is because the different platforms have different pattern syntax for formatting iirc
k
true
it looks like the K/N compiler transforms a varargs argument into an array in the Obj-C interface anyway
b
I think Java's String formatting has localization capabilities, which complicates deciding on a common API
FWIW, we've been using the printf family on iOS when needed