Update README.md
authorcassowary <2374677+cassowarii@users.noreply.github.com>
Tue, 7 Jul 2026 18:17:58 +0000 (11:17 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2026 18:17:58 +0000 (11:17 -0700)
README.md

index ffe3249..53bb242 100644 (file)
--- 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:
 
 ```