Pas de Code
76 subscribers
106 photos
1 file
402 links
What I cannot create, I do not understand.

DM: @alexey_mileev
Original channel in RU: @devballet
Twitter: twitter.com/pasdecode_
Download Telegram
Good old Rich Hickey and his "Maybe Not" talk. He reflects on all these Optional<String> and String? thingies and comes up with a rather interesting solution for Clojure: we need to use the same User entity with optional fields in different contexts with different requirements - sometimes we want a firstName + lastName User, and sometimes we need only id + address.

#talk #clojure #optional
You've probably heard of Nikita a.k.a. tonsky. There's this project he started: Humble UI.

Humble UI is a desktop UI framework for Clojure. No Electron. No JavaScript. Only JVM and native code.

And here's the post with lots of thoughts about signals (something similar to observable) for UI state management.

#clojure #declarative #ui