TODO: explain more about hy's for

This commit is contained in:
Christopher Allan Webber 2013-04-01 10:59:13 -05:00
parent d10d9e79f9
commit 93583b56a4

View File

@ -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::