hy/tests/native_tests
gilch f4afb0ca7e variadic if
The `if` form now supports elif clauses.
It works like `cond` but without the implicit `do`.
The old `if` is now `if*`

variadic lif now supports "ellif" clauses.

Update if-no-waste compiler to use `if*` properly.

(Sometimes one character is all it takes.)

document if

reword truthiness
2015-10-17 19:51:03 -06:00
..
contrib Drop a set of brackets from with. 2015-10-01 10:08:04 +02:00
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
cons.hy Add a cons object and related mechanisms 2014-01-23 23:08:52 +01:00
core.hy Drop a set of brackets from let. 2015-10-01 10:08:04 +02:00
defclass.hy Drop a set of brackets from let. 2015-10-01 10:08:04 +02:00
language.hy variadic if 2015-10-17 19:51:03 -06:00
mathematics.hy Drop a set of brackets from let. 2015-10-01 10:08:04 +02:00
native_macros.hy variadic if 2015-10-17 19:51:03 -06:00
py3_only_tests.hy Drop a set of brackets from let. 2015-10-01 10:08:04 +02:00
quote.hy Remove HyLambdaListKeyword from the parser 2014-06-03 21:36:49 -04:00
reader_macros.hy reader macro #@ for with-decorator 2015-07-26 15:05:38 -07:00
shadow.hy Drop a set of brackets from let. 2015-10-01 10:08:04 +02:00
unless.hy purged null from Hy 2015-08-11 16:22:13 -06:00
when.hy purged null from Hy 2015-08-11 16:22:13 -06:00
with_decorator.hy defclass reimagined 2015-08-04 16:43:07 +02:00
with_test.hy Drop a set of brackets from with. 2015-10-01 10:08:04 +02:00