Update README

This commit is contained in:
Andrew Scott 2024-08-20 20:20:04 -04:00
parent d0865a644c
commit 36203cbc2f
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -25,5 +25,6 @@ the compiled executable there.
## Notes
This is a personal project that I am writing in my free time to learn more about
garbage collection. That said, please remember that it does allocate real
memory, which should not be taken lightly!
garbage collection. Thank you to [Robert
Nystrom](https://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/)
for the idea.