Commit 5390d49b652e794c32d01f05981e93041f0e4712

Thomas de Grivel 2023-02-13T20:20:54

readme

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index f9e8b41..ee3ec88 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Common Lisp. It could be described as C with Elixir macros, pattern
 matching, and a semantic object system. The idea is to plug macros and
 pattern matching into C99 and use them to implement the graph database.
 
-The garbage collector is optional, like in C.
+There is no garbage collector.
 
 ```
 defmodule C3 do