Conversation
Notices
-
My favorite !osbridge sessions and BOFs: http://opensourcebridge.org/users/1/favorites -- Wish that I could go to them all.
Friday, 05-Jun-09 05:10:51 UTC from web-
@igalko To sum an array in clojure, `(reduce + [1, 41])`. Joining strings seems to be explained at http://ur1.ca/5e63
-
@igalko Another way to join strings in clojure, `(defn join [sep arr] (reduce #(str %1 sep %2) arr)) (join ", " ["foo", "bar"])`
-
.@osbridge #hackerslounge FTW!!! thanx to @igalko, the problem 'tween my blog software & mysql is solved! #igalkosavedmyblog !!
Evan Prodromou likes this. -
more #hackerslounge #FTW: evan of laconica & @igalko solved a db timezone problem that kept me & 52 others from log-in! @osbridge #FTW !!
-