hy/hy/core
James King 8e173937c3 Add shadow.hy to core
This new core module allows us to shadow the builtin Python operators so
they may be passed to sequence functions that expect functions:

    => (map / [1 2 3 4 5])
    [1.0, 0.5, 0.3333333333333333, 0.25]
2014-05-26 21:50:47 -04:00
..
__init__.py Add shadow.hy to core 2014-05-26 21:50:47 -04:00
bootstrap.hy More updates, including from Foxboron, for errors like (for) 2013-12-31 09:56:03 -07:00
language.hy Add shadow.hy to core 2014-05-26 21:50:47 -04:00
macros.hy Merge branch 'master' into pr/571 2014-05-13 09:32:51 +03:00
shadow.hy Add shadow.hy to core 2014-05-26 21:50:47 -04:00