From a2e5cb434b68416137adbe49a50b4b4108d94585 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 22 Apr 2021 20:13:55 -0700 Subject: [PATCH] note --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cff6db..565d729 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Wraith is my attempt at a medium-level programming language for game development Goals are: - explicit memory management +- static types - zero-cost abstractions - Minimal OOP (no inheritance) - Implicit interfaces