bitfield / gmachineLinks
A set of Go exercises implementing a virtual computer system
☆60Updated 2 years ago
Alternatives and similar repositories for gmachine
Users that are interested in gmachine are comparing it to the libraries listed below
Sorting:
- Exercises in the fundamentals of Go, to accompany the book 'For the Love of Go', by John Arundel.☆144Updated last year
- Code examples from the book 'The Power of Go: Tools'☆66Updated last year
- ☆69Updated last year
- Set of core packages every Go project needs. Minimal API, strictly versioned and with ~no dependencies.☆114Updated 6 months ago
- Command line tool for CI/CD pipelines that helps to prevent Go spaghetti code (a.k.a. big ball of mud).☆50Updated last year
- Fun With Algorithms and Data Structures☆13Updated 2 years ago
- Spaceship Go - A journey into the Standard Library☆92Updated 2 years ago
- A minimal container runtime written in Go that was made mainly for learning purposes and is intended to be as simple as possible.