Fork me on GitHub
#clojure-uk
<
2016-12-14
>
agile_geek07:12:59

Morning folks

agile_geek08:12:50

@dominicm nice blog post BTW. Is that really your first? Also, have you tried, or do you have plans to try, SpaceMacs?

dominicm09:12:42

@agile_geek first public one, yeah. I've not really "released" any of the mumblings I've written before.

jasonbell10:12:39

what’s the link @dominicm ?

Rachel Westmacott10:12:09

LOVE the picture with that article!

jonpither11:12:03

Apologies if you are suffering from JUXT blog over-exposure 🙂

jonpither11:12:35

( @dominicm's was awesome - I'm the spammer )

thomas11:12:18

Re my problem from yesterday (with things changing in the DOM with out my knowledge) Turned out to be "state" problem.... same info in two different places facepalm

thomas11:12:45

but I have fixed now.... after almost 3 days of trying to find out what the problem as... 🙂

agile_geek16:12:55

State - the root of all evil

tcoupland16:12:17

tell that to spec 😉

tcoupland16:12:47

with is magic hidden map of specs, well cheeky

agile_geek16:12:47

I'm still not convinced that Spec is the Messiah 😉

glenjamin16:12:42

is the hidden map of specs any worse than clojure’s namespaces?

glenjamin16:12:48

and/or java’s classpath

acron17:12:32

@glenjamin not necessarily worse, no, but yet another thing you need to be aware of in order to avoid pitfalls

dominicm17:12:18

You can't reload spec's hidden map with c.t.n. So there's that to be aware of.

glenjamin17:12:10

ah, that’s annoying - is that a yet or a fundamental limitation?

dominicm23:12:30

@glenjamin fundamental, unless c.t.n decides to include some kinda hack I guess. Changes to that codebase is kinda conservative though. Issues slow to respond.