Coding a Garbage Collector in C

Опубликовано: 17 Март 2026
на канале: dr Jonas Birch
3,779
215

In this episode we will create our own Garbage Collector in C. A GC is used to deallocate memory (variables) that no longer is in use, making your code more dynamic by allowing you to use heap memory more freely. This is a big part of languages such as Javascript or Haskell, but here we do it on our own in C.

This is episode 03 in the series of creating your own HTML language.

#programming #coding #cprogramming #garbage #collector #html #advancedc #project

References

(e01) Project: Coding your own HTML in C
https://youtu.be/q_i_E2WPAgghttps://y...