Join Slack
Powered by
I'm curios about how Composables are implemented l...
# compose
d
Daniel Pitts
01/02/2025, 3:59 PM
I'm curios about how Composables are implemented low-level. Are they a bit like suspend methods? Does the actual byte-code get rewritten by the plugin?
j
jw
01/02/2025, 3:59 PM
The IR is rewritten, yes
jw
01/02/2025, 4:00 PM
There's a book about it
https://jorgecastillo.dev/book/
jw
01/02/2025, 4:00 PM
Lots of blog posts and talks from people like Leland Richardson
jw
01/02/2025, 4:00 PM
http://intelligiblebabble.com/compose-from-first-principles/
d
Daniel Pitts
01/02/2025, 4:01 PM
Thanks!
Open in Slack
Previous
Next