> I rebuilt a 15kloc microcontroller emulator I wrote (as my intro- to- Go project) just now, after blitzing my pkg/ directory, and it took about a second.
that sounds pretty interesting, is there a GitHub page I can look at ? thanks !
I wrote it for a project and probably won't publish it soon. It's not all that interesting... at least, it's not interesting once you've written a simple emulator, which I highly recommend doing; it's an extremely rewarding personal project, and not nearly as difficult as it sounds. Pick something GCC can compile to.
that sounds pretty interesting, is there a GitHub page I can look at ? thanks !