This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-19
Channels
- # announcements (14)
- # babashka (16)
- # beginners (81)
- # calva (18)
- # chlorine-clover (8)
- # cider (4)
- # clj-kondo (11)
- # cljdoc (4)
- # cljsrn (5)
- # clojure (163)
- # clojure-europe (30)
- # clojure-nl (3)
- # clojure-spec (7)
- # clojure-uk (4)
- # cursive (3)
- # emacs (12)
- # events (1)
- # figwheel-main (3)
- # fulcro (60)
- # introduce-yourself (3)
- # jackdaw (12)
- # juxt (3)
- # lsp (77)
- # malli (23)
- # mid-cities-meetup (9)
- # music (2)
- # off-topic (12)
- # portal (6)
- # releases (2)
- # shadow-cljs (3)
- # spacemacs (7)
- # sql (1)
- # tools-deps (2)
- # vim (3)
Morning!
måning
Static typing is hard. How do you determine if something is of the same type? Is it because they have the same shape, or is it because they have the same meaning?
the problem is that things with the same structure (as you understand it in the moment) but different meaning will evolve in different ways
It interested me when Alfred Whitehead was mentioned in relation to Clojure / Rich Hickey. I followed some lectures on that philosopher during my studies and I think it's completely at odds with breaking domains down into strict taxonomies. Clojure / spec2 aligns better with this.
Why do you need to determine if something is of the same type
Data of the same shape can be trivially cast to another type even though they may be of different taxonomies
Good morning!
Good morning! I've just finished a session together with @danielamber2 of On The Code Again (the YouTube channel) fame. It was a blast. I suggested that he should do at least one episode covering Babashka together with @borkdude.
Yeah, his videos are very entertaining. His intro consistently makes me laugh. The content is interesting too.
Hey guys 🙂 I’d love to cover babashka with @borkdude! Thanks for the session today @pez 👌
We recognised its a thing though 😂
You can actually embed Reagent/Clojure code in a html tag. That still blows my mind to think about. https://github.com/kloimhardt/bb-web
woah… thats new to me 😳