Fork me on GitHub
#clojure-uk
<
2018-08-24
>
yogidevbear06:08:47

How are you doing this morning @lady3janepl?

rhinocratic06:08:39

Morning.

👋 8
3Jane06:08:47

Good! It’s one of those mornings where I wake up with an idea and grab a laptop 😄

3Jane06:08:04

How are you? It’s almost long weekend!

yogidevbear06:08:20

Nice. I'm feeling a little broken today. I'm on leave and have a pet project of removing some old decking and putting new decking down in its place.

👍 4
3Jane06:08:31

oy, get well soon. working on something at least helps with distraction

thomas07:08:51

mogge 😼

dominicm07:08:33

@lady3janepl an idea you can share?

3Jane08:08:18

ahh err complicated 😅 I’m stealing getting inspired by some of clojure’s data structure handling methods

3Jane08:08:42

and writing a library for another language which annoys me by having crap data handling… and I just realised how I can solve the problem of “I want wrapper classes to be clearly marked as lazy, but also get direct access to their internal generators which are doing the actual work”

3Jane08:08:59

(except I now discovered something’s not quite working and if you have a chain of first(map(list-of-stuff))), ish, it advances the original generator one step too far, and debugging several layers of chained generators is … interesting)

jasonbell08:08:35

Morning

👋 8
3Jane08:08:39

…will show off once it all comes together 🙂

👍 8
thomas08:08:17

We are looking forward to it @lady3janepl

☺️ 4
jasonbell08:08:02

shows you how awake I am today....

3Jane08:08:29

I think you’re perfectly awake, just suffering from the same generator problems I’m having...

3Jane08:08:02

repeatedly(‘morning’) yielded twice XD

guy08:08:02

Morning!

mccraigmccraig17:08:08

anyone written any custom map-like types in clojurescript ? is there anything similar to potemkin/def-map-type around to make life easier ?