#zigUnmoderated tagAll postsTrending CommunitiesHIVE CN 中文社区WorldmappinSplinterlandsScrobble.lifeActifitSnapsTown SquareHive LearnersPhotography LoversBlack And WhiteHive FoodGaming PhotographyExplore Communities...#zigTrendingHotNewPayoutsMutedscipio (71)in StemSocial • 12 hours agoLearn Zig Series (#138) - Garbage Collection: Mark and SweepLearn Zig Series (#138) - Garbage Collection: Mark and Sweep What will I learn? What a garbage collector actually is once you strip away the folklore -- a subsystem…scipio (71)in StemSocial • 2 days agoLearn Zig Series (#137) - Closures and UpvaluesLearn Zig Series (#137) - Closures and Upvalues What will I learn? What a closure really is once you strip away the mystique -- a function bundled together with the…scipio (71)in StemSocial • 3 days agoLearn Zig Series (#136) - Stack-Based Virtual MachineLearn Zig Series (#136) - Stack-Based Virtual Machine What will I learn? What a virtual machine actually is once the mystique is stripped away -- a loop, an…scipio (71)in StemSocial • 4 days agoLearn Zig Series (#135) - Bytecode DesignLearn Zig Series (#135) - Bytecode Design What will I learn? Why a tree-walking interpreter is slow by construction, and what a flat instruction stream buys you…scipio (71)in StemSocial • 5 days agoLearn Zig Series (#134) - Type CheckingLearn Zig Series (#134) - Type Checking What will I learn? Why a program that parses perfectly can still be complete nonsense, and what a type checker actually…scipio (71)in StemSocial • 6 days agoLearn Zig Series (#133) - AST Design and TraversalLearn Zig Series (#133) - AST Design and Traversal What will I learn? Why the bare tree we hacked together last episode is not good enough the moment you want to do…scipio (71)in StemSocial • 7 days agoLearn Zig Series (#132) - Recursive Descent ParsingLearn Zig Series (#132) - Recursive Descent Parsing What will I learn? Why a recursive-descent parser is just one small function per grammar rule, and how that maps…