Live data from Hacker News

Show HN: Go Array and Slice Visualizer

willem.dev

1–3 of 3 posts

Show HN: Go Array and Slice Visualizer

#1
Hi! This is a small web app I made to explore the relationship between arrays and slices in Go. Probably mostly useful for beginners to Go :)

It gets a bit rough around the edges when you provide a custom capacity using index expressions but should work in most other cases.

I'm looking into adding some transitions/animations, I think it would be a good way to visualize loops for example, but I haven't gotten around to it yet.

Let me know what you think!

Show HN: Go Array and Slice Visualizer
willem.dev