a system coming from josh horowitz for composable live programming (talk)

  • The main premise is live notebooks that are nested and composable
    • these also can be run “headlessly” which allow for integration into existing systems and tools, so you run it with the head (editor) and then make the necessary changes which serializes into a program specification and then save it as a json file to your program (probably should be saved to ts to avoid the json loading time)
    • main concern here is performance but i guess for most of these use cases the performance wont actually make a big difference