is there a beginners channel?
I have dumbass questions to ask like ‘what is the difference between -> and ->>?'
@nicholasf: have you tried #C053AK3F9?
thanks
->
will "thread" the value as the first argument to each call, ->>
will "thread" it as the last agument
thanks
(doc ->)
and (doc ->>)
in the repl
the two sources look identical to me (running (source ->)
etc
ah, no, they are different
they're not
yah
I would suggest doc
(with-meta \
((first form) @(next form) x) (meta form))` vs (first form) \
(with-meta \`(x @(next form)) (meta form))`
otherwise they are the same
right thanks
Are there not a channel about riemann?