Browse Source

Better hy description

Joe Ferguson 11 years ago
parent
commit
94fb7dad22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hylang/README-short.txt

+ 1 - 1
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).