2 pointsby hlude6 hours ago4 comments
  • quangleean hour ago
    woah so cool! do you plan to add support for other languages like python or go? this can be very helpful in learning new languages or algorithms
  • edwmurph4 hours ago
    nice! this might replace the explainer i usually handout for this concept https://www.youtube.com/watch?v=8aGhZQkoFbQ but Vivix seems
    • hlude2 hours ago
      Philip Roberts' JSConf talk is one of the best technical explainers I've ever heard, it was a direct inspiration for the async module specifically. The main gap Vivix fills is async/await, that talk predates modern async patterns by about a decade. Curious whether the guided modules or freeform editor would be more useful.
  • fancyduck6 hours ago
    Does it work with coding agents?
    • hlude5 hours ago
      Not currently, Vivix is focused on helping developers and learners understand JavaScript execution at the instruction level: call stack, heap, async/await and more. Visualizing coding-agent output would be interesting though
  • hlude2 hours ago
    [flagged]