admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
2015-09-30T01:57:19.000686Z

is there a beginners channel?

2015-09-30T01:57:35.000687Z

I have dumbass questions to ask like ‘what is the difference between -> and ->>?'

bostonaholic 2015-09-30T01:57:54.000688Z

@nicholasf: have you tried #C053AK3F9?

2015-09-30T01:58:03.000689Z

thanks

bostonaholic 2015-09-30T01:58:33.000690Z

-> will "thread" the value as the first argument to each call, ->> will "thread" it as the last agument

2015-09-30T01:59:01.000691Z

thanks

bostonaholic 2015-09-30T01:59:18.000692Z

(doc ->) and (doc ->>) in the repl

2015-09-30T01:59:39.000693Z

the two sources look identical to me (running (source ->) etc

2015-09-30T02:00:13.000694Z

ah, no, they are different

bostonaholic 2015-09-30T02:00:17.000695Z

they're not

2015-09-30T02:00:23.000696Z

yah

bostonaholic 2015-09-30T02:00:28.000697Z

I would suggest doc

2015-09-30T02:00:39.000698Z

(with-meta \((first form) @(next form) x) (meta form))` vs \(with-meta \`((first form) x @(next form)) (meta form))`

2015-09-30T02:00:47.000699Z

otherwise they are the same

2015-09-30T02:01:51.000701Z

right thanks

lowl4tency 2015-09-30T08:18:24.000711Z

Are there not a channel about riemann?