43 pointsby shintoist3 hours ago1 comment
  • thibaut_barrere2 hours ago
    I am considering doing something similar, but embedding “livebook” bits so that I can run code & liveviews right in the middle of my posts in the future.

    Curious to know if anyone went that route (or something similar) already!

    • jamauro6 minutes ago
      this might be of interest to you https://popcorn.swmansion.com
    • an hour ago
      undefined
    • arikrahmanan hour ago
      I have done this but with Clojure, I needed to use a dynamic language with responsible state management (via Re-frame), but also had a good REPL. Seamless REPL integration with the language itself made it easier as most of the tools I needed were pre-existing.