2nd Call for Participation: BOB 2021 (February 26, online)

2021-01-12 Thread Michael Sperber
Clojure content at BOB, among other great talks! BOB 2021 Conference “What happens if we simply use what’s best?” February 26, 2021, online

Documentation of clojure.string/split is confusing

2021-01-12 Thread Oliver
Happy new year, folks. (Might not be the best place to post this, but I failed to find a better one, please advise if there is. I've also tried to look for previous comments about this. If there are, then my Google-fu was simply too weak.) https://clojuredocs.org/clojure.string/split says:

Re: Documentation of clojure.string/split is confusing

2021-01-12 Thread 'Alex Miller' via Clojure
The best place to ask questions like this is at https://ask.clojure.org, which is the official forum to file requests/bug reports (and get turned into tickets after triage there). It turns out you are not the first to point this out and it has already been filed at https://clojure.atlassian.net

Re: Documentation of clojure.string/split is confusing

2021-01-12 Thread Peter Strömberg
About the examples. clojuredocs.org is a community driven, crowd sourced, service. Clarifying some doc string ambiguities is *exactly* how an example could help. Den ons 13 jan. 2021 kl 01:58 skrev 'Alex Miller' via Clojure < clojure@googlegroups.com>: > The best place to ask questions like this