TODO: explain more about hy's for
This commit is contained in:
parent
d10d9e79f9
commit
93583b56a4
@ -269,6 +269,9 @@ The equivalent in hy would be::
|
|||||||
(for [i (range 10)]
|
(for [i (range 10)]
|
||||||
(print (+ "'i' is now at " (str i))))
|
(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
|
You can also import and make use of various python libraries. For
|
||||||
example::
|
example::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user