Fork me on GitHub
#clojure-europe
<
2023-11-20
>
mpenet07:11:58

god morgon

dharrigan07:11:50

Good Morning!

mdiin08:11:40

Good morning

otfrom08:11:14

Madainn mhath

reefersleep08:11:17

Good morning!

ray09:11:38

Good morning

simongray09:11:01

Check out this poster I made for an upcoming conference. First time doing something like this—even had to design a logo—but I thought it turned out well.

😍 3
🙌 7
👏 1
👍 1
simongray09:11:56

It’s made entirely in Clojure/ClojureScript of course 😉 the dataset/website, I mean, not the poster.

maleghast09:11:58

madainn mhath :flag-scotland: maleghast

Ed09:11:32

Morning

simongray10:11:54

I really enjoyed this overview of the new language features in Clojure 1.12: https://vimeo.com/884772901

upvote 2
1
reefersleep11:11:52

Hah, that's funny, I recognize the room Alex is in. Frederik tried his hand at one of the guitars 🙂 Ages ago, it seems.

😮 1
simongray12:11:31

Aha, it’s inside the Cognitect offices?

littleli14:11:36

Very interesting indeed

reefersleep14:11:37

@U4P4NREBY yeah 🙂 Near the well-stocked kitchen 😄

littleli15:11:24

hmmm, there is said on the stream that functional interface have only one method. That's a tricky thing to say. There can be still be numerous default methods (defined on interface). I don't think there is a problem with this, as ^[FunctionalType] syntax is type checkable. Example: functional interface java.util.function.Function<T, R> has abstract method apply(T t) but it also has 2 default methods: • andThen(...not important...) • compose(...) My brain a bit hurts about this So the "only method" needs to be non-default, or rather abstract (overridable). Tricky here is that default methods can also be "overriden". My brain hurts really. They call it even "Defender methods". It's a mechanism how a lot of functionality was retrospected in Java 8. I guess it's "simple" to recognise the single abstract method (not default) so implementation wise no disaster happen. I said twice already, my brain hurts.

Ludger Solbach18:11:13

Off topic question: which markdown presentation tool is Alex using?