clojure-europe

For people in Europe... or elsewhere... UGT https://indieweb.org/Universal_Greeting_Time
slipset 2020-09-11T06:05:05.257900Z

@raymcdermott what would you use read+string for?

raymcdermott 2020-09-11T06:13:43.259800Z

to ensure embedded forms in strings are readable and retain the original input embedded string

raymcdermott 2020-09-11T06:14:15.260Z

morning

slipset 2020-09-11T06:14:26.260200Z

Oh, yeah, god morgen!

slipset 2020-09-11T06:15:20.260900Z

Right, because with a normal read you loose the input string.

raymcdermott 2020-09-11T06:37:04.261100Z

:thumbsup::skin-tone-3:

raymcdermott 2020-09-11T06:38:08.262100Z

obvs if you can read the whole string, there is no added value - it's only good for many forms in one string

2020-09-11T07:26:15.262400Z

morning

2020-09-11T07:52:58.262600Z

Morning

thomas 2020-09-11T07:53:53.262800Z

morning

ordnungswidrig 2020-09-11T07:56:29.263100Z

Good morning!

borkdude 2020-09-11T13:24:21.263300Z

good morning y'all

plexus 2020-09-11T13:35:40.263500Z

morning!

synthomat 2020-09-11T13:37:50.263700Z

good morning!

2020-09-11T13:45:59.264400Z

more fun with x/by-key today, and indeed x/reduce. I'm going reduces in by by key reduces because I heard you liked yo dawgs or something

😂 1
dominicm 2020-09-11T17:01:35.266700Z

Sounds like my future. I have some fun plans with transducers and SQL. Suddenly I can test something useful around SQL because I have transducers for the processing aspect, and they can apply backpressure to the chunking. It's amazing.

borkdude 2020-09-11T17:49:38.267200Z

We've also been doing that for a while

borkdude 2020-09-11T17:50:05.267600Z

There's also support for it in java.jdbc and next.jdbc now

dominicm 2020-09-11T18:36:19.268300Z

Yeah. I'm not sure if we'll migrate for this feature or not.

borkdude 2020-09-11T18:51:30.268500Z

no need to migrate?

borkdude 2020-09-11T18:51:56.269100Z

we've even been using this technique well before it was available in java.jdbc (not even next.jdbc).

dominicm 2020-09-11T19:04:22.269700Z

Oh really, you're clearly hardcore 😀 jdbc scares me.

borkdude 2020-09-11T19:26:44.269900Z

if you're not using jdbc, what are you..?

borkdude 2020-09-11T19:27:33.270500Z

I mean, we were using clojure.java.jdbc, not the Java stuff directly, but even before it had explicit transducer support, it was possible (kudos to a colleague)

dominicm 2020-09-11T20:28:41.271Z

I meant using it raw :)

borkdude 2020-09-11T20:59:43.271400Z

yeah, not that hardcore either ;)