hy/tests/native_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
..
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
defclass.hy Implements defclass 2013-05-08 12:38:57 +02:00
language.hy Add in a new core language file. 2013-06-29 18:51:11 -04:00
math.hy Re-indent Hy code using hy-mode 2013-04-28 16:31:31 +02:00
native_macros.hy More tests 2013-06-07 16:36:04 +02:00
quote.hy Test quoting dicts 2013-05-14 12:10:29 +02:00
unless.hy Add a `unless' macro 2013-04-28 17:04:35 +02:00
when.hy Add a `when' macro 2013-04-28 17:04:35 +02:00
with_decorator.hy Rename decorate-with' to with-decorator' 2013-04-28 17:14:22 +02:00