This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-26
Channels
- # bangalore-clj (1)
- # beginners (12)
- # boot (48)
- # cider (56)
- # clara (1)
- # cljs-dev (15)
- # clojure (455)
- # clojure-austin (2)
- # clojure-dev (33)
- # clojure-italy (26)
- # clojure-nl (6)
- # clojure-poland (10)
- # clojure-russia (23)
- # clojure-spec (33)
- # clojure-uk (62)
- # clojurescript (37)
- # code-art (2)
- # cursive (12)
- # datomic (48)
- # funcool (1)
- # juxt (16)
- # leiningen (13)
- # off-topic (12)
- # om (23)
- # onyx (16)
- # other-lisps (5)
- # parinfer (2)
- # pedestal (28)
- # re-frame (60)
- # reagent (8)
- # ring (1)
- # ring-swagger (15)
- # spacemacs (5)
- # specter (53)
- # test-check (2)
- # unrepl (8)
- # vim (14)
@dominicm I guess in some places it hasn't that much, see @agile_geek
- another day, another non working development environment....never mind I'm off Friday and Monday so only today and tomorrow to survive!
learn you a haskell is a good read @agile_geek š¤
I left my copy at home!
and access internet is difficult to say least
Morning all
Sounds like a tough day in Clojure UK land. From non-working dev environments to PCFS š
@otfrom really? Do you have family up there?
Congrats (I hope)
Are you going to be commuting down to the offices in London?
Or managing entirely remotely?
Sounds like a good balance
When does the move happen?
Do people have a preference or rule of thumb of where you put colls
in function args? i.e. at the start or end of the arguments, I guess it depends what the function does. I can vaguely remember seeing some sort of article/text about this sort of thing
As a big regret to clojure, map
, etc. take it as final argument, so if you want to use it with e.g. ->>
, put coll you're working on as last
(Iāve had connection āissuesā this morning - itās raining torrentially and it seems to play havoc with the microwave transmitterā¦)
@dominicm eh, clojure is consistent in this regard and there's a reason for things being in first arg vs last arg
@bronsa I thought Rich had said he wished it was the other way round? I know coll is consistently at the end, which is good. But there's no consistent, "always first".
the functions that take coll
as a first arg operate polymorphically on collections, the functions that take coll
as the last argument operate on sequences
[off-topic] Anyone else see this: http://spectrum.ieee.org/computing/software/the-2017-top-programming-languages There are some surprising results in there, at least in my opinionā¦
lol @ "clojure - an attempt to revive lisp by making it compatible with the same vm that supports java programs"
and "haskell - designed for applications where reliability is important"
very hard to measure these things IMHO. the one thing that would make sense to measure I guess would be value vs. cost of code created in X language. but no idea how to do that.
Yeah, I tend to take them with a pinch of salt (or indeed a bag full), but that Python should be at the top was quite the shockā¦
ā¦and considering the academic bias of the source I thought there would be more functional languages higher up the rankings tooā¦
I suppose you are right there @dominicm - just had not really thought it through thereā¦
@yogidevbear moving in September
Makes sense. For the start of the new academic year, yes?
(I named the flag āsaltireā so that when the St Andrews Saltire is added to the International emoji-spec :flag-sco: will still workā¦ š )
I feel like I've missed something along the way. Can someone explain to me?
means !
Ah! Thanks for clarifying that @mccraigmccraig š