clojure-losangeles

nate 2022-02-02T15:02:46.273299Z

Here's the recording of the Malli session: https://www.youtube.com/watch?v=mNpE7cPm-N8

🙏 1
🙏🏻 1
seancorfield 2022-02-03T03:22:21.629759Z

Not sure who was talking about Spec 2, saying that it's all macros etc -- that's not true. Spec 2 has a full data representation of specs and supports programmatic construction of specs, and it also has a sort of "compiled AST" format (also data). The only thing holding Spec 2 up that I know of is Rich is still figuring out the best way to integrate specs into function definitions (some sort of combination of s/fdef and defn). The core team has said it'll get worked on this year. This is partly why they often work on stuff in private and only make it public once it is nearly done. People have been pretty negative about Spec 2's long incubation period -- but normally we don't even see the incubation period.

seancorfield 2022-02-03T04:22:31.742119Z

Thanks for recording this -- fascinating stuff. A request to future presenters: dark mode is great for reading your own screen but seems much harder to read when broadcast/recorded unless you also zoom to a (much) larger font.

nate 2022-02-03T04:59:15.755999Z

Thank you for the feedback. I'll try to keep that in mind to recommend in the future.