hy/tests
Paul Tagliamonte 86af7eacf1 Add in a new core language file.
This will let us implement common functions seen in other lisps,
 and allow them to be importable, without explicit imports. The goal
 is to keep this as small as we can; we don't want too much magic.

 I've added `take' and `drop' as examples of what we can do.
2013-06-29 18:51:11 -04:00
..
compilers Merge branch 'master' into pr/185 2013-05-17 11:17:51 -04:00
importer Make macros module-specific. 2013-05-16 15:34:14 +02:00
lex Add tests for expr-in-dict 2013-05-14 12:01:23 +02:00
macros Make macros module-specific. 2013-05-16 15:34:14 +02:00
models Make HyList add returns HyList 2013-04-28 17:04:33 +02:00
native_tests Add in a new core language file. 2013-06-29 18:51:11 -04:00
resources Change macros to be called with separate arguments 2013-05-11 09:09:34 +02:00
__init__.py style fixes 2013-05-11 13:59:19 -04:00
test_bin.py tell flake8 to shut up 2013-06-25 19:23:44 -04:00