From 31a6b37606255764ccbd8ac3e5c92c68005e24cd Mon Sep 17 00:00:00 2001 From: "M.S" Date: Tue, 28 Nov 2023 20:31:24 +0100 Subject: [PATCH] update planned features --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 776942e..863c386 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Hadron is a custom programming language written in C. It is designed to be a ver ## Planned Features - Simple and intuitive syntax - - Dynamic type system - - Garbage collection + - Static type system + - On-demand garbage collection - Support for closures and anonymous functions - First-class functions - Modules and namespaces