From 53ed06b6b87fd0452575b8930561f7f9f57676dc Mon Sep 17 00:00:00 2001 From: cassowary <2374677+cassowarii@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:17:58 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ffe3249..53bb242 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a little dynamically-typed programming language I've been working on. +It supports lists, hash tables, anonymous functions, and lexical closures, and it compiles down to a bytecode that's interpreted by a virtual machine. + It is still extremely a work in progress, but we can already do some little basic test math programs: ``` -- 1.8.3.1