From 94fb7dad22e467e680aeadb0a97f7dcbc87eb74b Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Fri, 5 Sep 2014 14:29:32 -0600 Subject: [PATCH] Better hy description --- hylang/README-short.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).