From 93583b56a49129b4fccf209911cf3fe0e33cfaa9 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 1 Apr 2013 10:59:13 -0500 Subject: [PATCH] TODO: explain more about hy's for --- docs/language/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/language/index.rst b/docs/language/index.rst index 5b903c6..31832c9 100644 --- a/docs/language/index.rst +++ b/docs/language/index.rst @@ -269,6 +269,9 @@ The equivalent in hy would be:: (for [i (range 10)] (print (+ "'i' is now at " (str i)))) +TODO: explain the extra power of hy's for, the list comprehensions +aspect ;) + You can also import and make use of various python libraries. For example::