This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-16
Channels
- # beginners (48)
- # cider (21)
- # clara (6)
- # cljdoc (3)
- # cljs-dev (11)
- # cljsrn (5)
- # clojure (30)
- # clojure-canada (1)
- # clojure-dusseldorf (2)
- # clojure-italy (10)
- # clojure-losangeles (2)
- # clojure-nl (4)
- # clojure-russia (8)
- # clojure-spain (18)
- # clojure-uk (39)
- # clojurescript (84)
- # core-async (17)
- # cursive (22)
- # data-science (27)
- # datomic (27)
- # docker (3)
- # editors (5)
- # emacs (2)
- # figwheel-main (18)
- # fulcro (54)
- # hoplon (3)
- # hyperfiddle (2)
- # immutant (4)
- # jobs (1)
- # jobs-discuss (1)
- # lein-figwheel (7)
- # leiningen (3)
- # lumo (1)
- # onyx (5)
- # re-frame (64)
- # reagent (5)
- # reitit (7)
- # ring-swagger (6)
- # shadow-cljs (118)
- # specter (23)
- # tools-deps (38)
I knew there was a connection between Chitty Chitty Bang Bang and Ian Fleming, but didn't know Roald Dahl was involved in it as well.
that’s my position too
I thought it was common knowledge that Ian Flemming wrote the book but I accept the Roald Dahl thing is a bit more obscure but I remember seeing it in the credits as a kid.
IIRC Ian Fleming’s name was in the credits
Explains where the idea for the seafaring Lotus came from anyway!
morrrning
morning!
Has anyone got any good RSI tips?
@peterwestmacott rock climbing!
I was guessing that might be good for hand strength
for tennis elbow i used a theraband flexbar and a bunch of exercises from youtube with good success... theraband have a site with targetted exercises for a whole bunch of different areas including hands i think
thank you I will check that out.
Bore da Clojure ppl
@alex.lynham ydych chi’n siarad Cymraeg
does anyone know a quick way to add no-op implementations for every method in a protocol to a record?
I think I might just do it myself (lisp curse) - but it doesn’t look too complicated as I know the function names ahead of time
ergo: (extend AType AProtocol (zipmap [fn-names...] (repeat (constantly nil))))
Shrubbery... Makes me think of Monty Python
And the knights in Ni!
Indeed. There’s a reason why I’m not already using it though - and I can’t remember what it is!
oh, and [fn-names...]
can be replaced by (-> AProtocol :sigs keys)
for the fully dynamic version - though I worry that I might be leaning on an implementation detail there!