community-development

https://github.com/clojurians/community-development
alexmiller 2017-11-17T04:28:25.000208Z

generally I’d say the questions here are better than on SO :)

cfleming 2017-11-17T08:34:45.000119Z

@alexmiller Hehe, absolutely, but they’d definitely need editing to go up there - it’s a different format.

alexmiller 2017-11-17T14:24:11.000116Z

Yep

jeff.terrell 2017-11-17T20:07:06.000382Z

OK, I just posted my first thing as an editor [1]. I thought I'd document the process I used here in case it's helpful. 1. Asked the asker and the answerer (in a 3-way group chat on this Slack) for permission to write up and post their content (or else write it up and let them post it if they're interested in the points). 2. Asked for clarification about the question or answer as needed. 3. Wrote a draft of the question and the answer, shared in the channel, and asked for feedback. 4. Asked whether they wanted their names (at the top of the question and answer, respectively) linked anywhere. 5. Posted on StackOverflow and shared the link with them. [1] https://stackoverflow.com/q/47358416/202292

2πŸ‘1πŸ’―2
martinklepsch 2017-11-17T20:21:21.000186Z

@jeff.terrell wow great job

gdeer81 2017-11-17T20:51:25.000470Z

can someone go here https://stackoverflow.com/questions/47333668/split-lines-in-clojure-while-reading-from-file/47335819#47335819 and upvote my answer and downvote @borkdude's answer :bowtie: ?

1❓
martinklepsch 2017-11-17T21:15:57.000146Z

@gdeer81? πŸ˜„

gdeer81 2017-11-17T21:16:42.000380Z

@martinklepsch it was a question so I ended it with a questionmark

dominicm 2017-11-17T21:17:02.000588Z

I think the "here" is the confusing part @gdeer81

martinklepsch 2017-11-17T21:17:22.000209Z

haha yeah πŸ˜…

gdeer81 2017-11-17T21:17:34.000145Z

wow, I'm clever

gdeer81 2017-11-17T21:19:14.000504Z

it's not my fault, I'm used to getting an error message when I use unbound vars πŸ˜†

seancorfield 2017-11-17T21:22:10.000241Z

I'll upvote your answer but I'm not downvoting that other one! πŸ˜†

dominicm 2017-11-17T21:22:48.000008Z

> I am learning clojure at school and I have an exam coming up. Schools are teaching Clojure? Nice.

1
gdeer81 2017-11-17T21:24:36.000467Z

@seancorfield my answer to the Pascal's triangle question? πŸ™ƒ

seancorfield 2017-11-17T21:26:48.000131Z

Promoting the REPL to explore how to split lines. Always good to promote the REPL!

martinklepsch 2017-11-17T21:27:50.000232Z

I feel like nobody in the answers is addressing the fact that the asking person seems to be confused by the fact that split-lines does not actually modify the line β€œvariable”?

seancorfield 2017-11-17T21:29:42.000128Z

@martinklepsch Yeah, that sort of thing seems to be a common learning problem. Worth highlighting in a comment on the question, at least...

gdeer81 2017-11-17T21:32:44.000064Z

@martinklepsch I was hoping he would discover that at the repl but you're right someone should point it out just in case

gdeer81 2017-11-17T21:35:33.000123Z

actually, someone did say that he was printing the line and not the split result, but they didn't mention it was because of immutability

gdeer81 2017-11-17T21:36:25.000407Z

If I can get a few more upvotes I'll have enough reputation to make a comment on the question. maybe I should add another answer

2017-11-18T23:21:41.000043Z

Gave you an upvote as well to help with your privileges

seancorfield 2017-11-17T21:38:38.000453Z

I just upvoted your other answer to help with your rep.

gdeer81 2017-11-17T21:40:40.000432Z

awesome, I think I'll also edit my answer for people that don't read the comments because immutability really is the answer to his question "what did I miss"

2πŸ‘1
gdeer81 2017-11-17T22:02:41.000450Z

Another way we can overcome the Catch 22 of "if more people ask google for help on X then X will show a trend and become more popular" is if you have documentation for your library don't post a direct link to it, post a link to a google search for it. And when I release 9.2 of Marginalia I'm going to post the link on the mailing list like this https://www.google.com/search?q=Clojure+Marginalia

1πŸ‘