This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-12-08
Channels
- # adventofcode (31)
- # beginners (97)
- # bigdata (2)
- # boot (276)
- # cider (17)
- # cljsrn (5)
- # clojure (150)
- # clojure-china (3)
- # clojure-conj (8)
- # clojure-greece (1)
- # clojure-india (1)
- # clojure-korea (1)
- # clojure-new-zealand (4)
- # clojure-russia (40)
- # clojure-spec (119)
- # clojure-uk (116)
- # clojurescript (87)
- # code-reviews (110)
- # core-async (4)
- # cursive (11)
- # datomic (26)
- # garden (4)
- # gorilla (7)
- # hoplon (82)
- # humor (1)
- # jobs (2)
- # jobs-discuss (10)
- # luminus (17)
- # onyx (60)
- # planck (2)
- # play-clj (2)
- # protorepl (70)
- # re-frame (121)
- # reagent (7)
- # ring-swagger (3)
- # rum (16)
- # test-check (16)
- # untangled (12)
- # yada (20)
For whatever reason I match on the entire instruction instead of just targeting the obvious bits
mnespor, yours is perfect amount of detail, hahah. Just the matching bit in the instruction, then conveniently pulling the two ints out - no more and no less
You're also whipping around those core matrix functions, I need to look into that lib
yeah, I spent an hour reading the core/matrix docs, then 15 minutes solving the problem 😕
I see i have to hurry up and catch up on the 2015 problems to get to the 2016 ones. Perhaps i should cancel sleeping ☺️
I think getting to know core.matrix
could probably be helpful in the coming problems. But it doesn't seem to provide much help for last nights problem. numpy
and pandas
both have a huge advantage for problems like this.
I would love to see someone's answers in J
yay Thank you 😉
did anyone use https://github.com/mikera/core.matrix today?