Fork me on GitHub
#clojure-europe
<
2020-12-02
>
synthomat07:12:27

good morning!

dharrigan07:12:18

Good Morning!

plexus07:12:01

Good morning!

slipset07:12:21

God morgen!

borkdude08:12:29

Btw, I still think the tree @plexus was showing was a plane tree, but I also noticed that the leafs our plane tree is dropping are not red, but brown. So the leave I posted recently was probably from a maple. Just setting things straight here 🍁.

plexus09:12:47

I do think it's a plane/platanus too @borkdude, even though it does not have the patterned bark, but I looked at some other plane trees and it seems that pattern may only develop later when they are more mature

ordnungswidrig13:12:18

The fruit a clearly not maple but plane 🙂

ordnungswidrig13:12:26

In the photo you had posted.

borkdude14:12:25

It's plane to see

😆 6
mpenet15:12:37

... like with babashka 🙂

mpenet15:12:56

and not make it tied to counsel but completing-read instead

mpenet15:12:35

actually jet would be better

borkdude15:12:38

That can easily be implemented with babashka. Possibly also with jet. https://github.com/borkdude/jet

borkdude15:12:21

Doesn't matter that much. The query language in jet is more limited since it's a custom DSL that is like Clojure, whereas bb is or at least tries to be Clojure.

mpenet15:12:36

but jet has json support too

borkdude15:12:44

bb has that as well

mpenet15:12:47

I mean, sure technically you can parse json with babashka

borkdude15:12:18

$ echo '{"a": 1}' | bb -e '(json/parse-stream *in* true)'
{:a 1}
`

ordnungswidrig15:12:46

no bb --json ? 😉