Explore >> Select a destination


You are here

wingolog.org
| | wizardzines.com
9.2 parsecs away

Travel
| | [AI summary] A preview of a programming comic by Julia Evans explains how to use various git diff commands to view staged, unstaged, and combined changes between files.
| | without.boats
4.8 parsecs away

Travel
| | [AI summary] The post explains the overview and implementation of a tracing garbage collector in Rust, specifically within the Shifgrethor project, covering concepts like rooted memory, mark-and-sweep phases, and linked list structures.
| | boats.gitlab.io
7.5 parsecs away

Travel
| | In the previous post I said that in the second post in the series we'd talk about how rooting works. However, as I sat down to write that post, I realized that it would be a good idea to back up and give an initial overview of how a tracing garbage collector works - and in particular, how the underlying garbage collector in shifgrethor is implemented. In the abstract, we can think of the memory of a Rust program with garbage collection as being divided into three sections: the stack, the "unmanaged" heap...
| | macoy.me
18.5 parsecs away

Travel
| [AI summary] This is a comprehensive overview of Cakelisp, a programming language designed to enhance developer productivity while maintaining high performance. The language combines powerful code generation, modification, and a built-in build system to streamline the development process. It emphasizes trust in the developer's ability to create programs efficiently, while also providing tools for complex project management and optimization.