diff --git a/hylang/README-short.txt b/hylang/README-short.txt index 15775c7d1..951f20d8b 100644 --- a/hylang/README-short.txt +++ b/hylang/README-short.txt @@ -1 +1 @@ -Hylang is a lisp-like language that is embedded in Python. +Hy is a dialect of the Lisp programming language designed to interoperate with Python by translating expressions into Python's abstract syntax tree (AST).