Fork me on GitHub
#missionary
<
2023-11-01
>
leonoel20:11:18

The source for the slides of the talk, if you want to run the propagation demo on your machine https://github.com/leonoel/missionary-talk2023

🙏 9
👌 1
👍 4
Adrian Smith21:11:57

That source code is fascinating - I thought this was done in presentation software..

leonoel09:11:18

Thanks. The workflow is almost good. Pros : • can edit slides with your favorite svg editor • can use a true programming language for interactivity, the sky is the limit Cons : • requires good naming discipline to bind element ids from svg editor to code • clojurescript is not officially supported for embedded svg so you get long compilation times because optimizations :none doesn't work, also debugging experience sucks because prn is broken