hy/tests/native_tests
Abhishek L f72ff53f41 Operators + and * work without args, fixes #372
Like other lisps, operators `+` and `*` return their identity values
when called with no arguments. Also with a single operand they return
the operand.

This fixes #372
2013-12-16 00:04:43 +05:30
..
contrib Move anaphoric macros to contrib module 2013-11-28 23:53:02 -05:00
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
core.hy Move anaphoric macros to contrib module 2013-11-28 23:53:02 -05:00
defclass.hy Fix missing docstrings from defclass issue #248 2013-07-15 06:58:08 -06:00
language.hy Merge branch 'paultag/feature/support-question-marks' of https://github.com/paultag/hy into paultag-paultag/feature/support-question-marks 2013-12-05 19:28:59 +01:00
math.hy Operators + and * work without args, fixes #372 2013-12-16 00:04:43 +05:30
native_macros.hy Allow macros to return None, fixes #357 2013-12-06 00:27:45 +05:30
quote.hy Add test for unquote-splice behavior 2013-09-22 15:12:59 +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