funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
niwinz 2016-08-18T06:35:18.000090Z

(strr/format "%(foo) is the word" {:foo "bird"}) -> (strr/format "%(foo)s is the word" {:foo "bird"})

niwinz 2016-08-18T06:35:29.000091Z

The s is missing on first form

mattly 2016-08-18T16:22:14.000092Z

oh, the trailing s is required? I thought that was a simply something to be included in the string interpolation, for say pluralizing

mattly 2016-08-18T16:23:03.000093Z

ok cool, thanks