Fork me on GitHub
#clojure-uk
<
2019-01-25
>
seancorfield07:01:36

Just seen a wonderful English band live on stage here in Berkeley -- Soft Machine (supported by Levin Brothers, yes Tony Levin and his brother Peter!). One of the best concerts I've ever been to I think.

❀️ 20
🎡 10
jasonbell09:01:59

Yeah I knew about that tour, Theo Travis is out with Soft Machine at moment.

seancorfield16:01:45

Yeah I hadn't heard of him before but he's awesome. John Etheridge joked that Theo joined for tenor sax but there's not much of that in their music so he's been "coming along nicely" with the flute and alto sax and is "growing into keyboards now"πŸ˜‚

seancorfield17:01:41

Oh! I didn't make the connection -- he's THAT Travis! Thank you!

jasonbell17:01:19

Yup! πŸ™‚

dominicm08:01:44

@seancorfield GitBash was surprisingly complete from my testing. But had the same limitation as WSL. It did have some bugs with native libraries, so we ignored those.

5
Conor08:01:42

Yes it is, I have seen enough of it already because I had to get up at 0530 for a train to That London

thomas08:01:12

dang... that is early.

3Jane09:01:08

Today in The London: fog with vague outlines of buildings, like a 50ties architects nightmare

otfrom10:01:34

@conor.p.farrell when I want to be in That London in the morning I have to take a train the day before. πŸ˜‰

jasonbell10:01:30

@conor.p.farrell 0530…. early. It’s all relative dude πŸ™‚

maleghast12:01:44

Glad the Meetup went well @dominicm

alexlynham14:01:23

in case it's any use to anyone, I've got the instructor's notes from our web apps/heroku/clj workshop from the other day in a gist: https://gist.github.com/the-frey/dd31dab1d261d48a9e35d651121c614b

5
alexlynham14:01:57

there's links in there to what attendees might write at various points, the code for the intro bit in an online repl, the instructor's notes for how to reach a solution & the intended refactorings (the initial impl. I wrote for the workshop has a bunch of refactorings like memoization of i/o, eliminating intermediate collections in maps etc that could be jumping off points for lazy eval, transducers, comp, partial or whatever you fancy)