From: cassowary <2374677+cassowarii@users.noreply.github.com> Date: Tue, 7 Jul 2026 18:17:58 +0000 (-0700) Subject: Update README.md X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=53ed06b6b87fd0452575b8930561f7f9f57676dc;p=sarabande.git Update README.md --- 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: ```