From 65b162cda2f6bfc86e6846ea96583b1b815d0d68 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 2 Apr 2013 18:55:59 -0500 Subject: [PATCH] Hy is lisp-stick on a python! --- docs/language/index.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/language/index.rst b/docs/language/index.rst index 84e7d34..c1c24e7 100644 --- a/docs/language/index.rst +++ b/docs/language/index.rst @@ -4,9 +4,11 @@ Language Spec This bit covers a bit about Hy's lovable quirks and eccentricities. In a nutshell, Hy is a lisp dialect, but one that converts its -structure into Python (literally a conversion into Python's abstract -syntax tree!). This is pretty cool because it means Hy is several -things: +structure into Python... literally a conversion into Python's abstract +syntax tree! (Or to put it in more crude terms, Hy is lisp-stick on a +python!) + +This is pretty cool because it means Hy is several things: - A lisp that feels very pythonic - For lispers, a great way to use lisp's crazy powers but in the wide