aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index ead8811..e693c1e 100644
--- a/Readme.md
+++ b/Readme.md
@@ -13,8 +13,8 @@ This project is still a toy project in very early stage. Don't use it in product
- < 3000 LOC
- Tail call optimization
- Any C99 compiler should work
-- Depend only on standard library
-- A little bit slow (trade-off for simplicity)
+- Depends only on C standard library
+- SLOW (trade-off for simplicity)
- A simple mark-sweep GC
- Writing macro is easy with quasiquote, unquote, and slicing-unquote
- No global state, you can run multiple interpreters in multiple threads