hy/hy
Gergely Nagy adc1cf8829
contrib.walk: Coerce non-list iterables into list form
Expressions can sometimes contain itertools.islice objects, which we can
only walk if we force them into a list. To do this, the walk function
has to be taught that collections that are not instances of list should
be forced into a list.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-07-15 16:59:49 +02:00
..
contrib contrib.walk: Coerce non-list iterables into list form 2015-07-15 16:59:49 +02:00
core Make (defmain ...) a clean macro 2015-06-15 21:11:48 +02:00
lex Add set literals (closes #827) 2015-07-14 23:59:29 +03:00
models Add set literals (closes #827) 2015-07-14 23:59:29 +03:00
__init__.py Add set literals (closes #827) 2015-07-14 23:59:29 +03:00
__main__.py Typo fixes in comments 2014-05-02 21:31:51 +05:30
_compat.py adds support for Python 3.5 infix matrix multiplication 2015-04-12 21:45:39 -07:00
cmdline.py Run file using hy -i 2015-02-28 18:11:42 +10:00
compiler.py Add set literals (closes #827) 2015-07-14 23:59:29 +03:00
completer.py move imports and operators to satisfy new version of pep8 checker 2015-02-16 22:21:49 -08:00
errors.py distinguish IOError when loading file from that raised by program itself 2015-02-16 14:27:18 -08:00
importer.py distinguish IOError when loading file from that raised by program itself 2015-02-16 14:27:18 -08:00
macros.py HyMacroExpansionError shouldn't truncate message 2014-11-27 15:29:34 -08:00
version.py 0.11.0 Release. 2015-05-09 14:16:28 -04:00