hy/tests/native_tests
Abhishek L c69c14cc7d contrib/anaphoric: More anaphoric macros added
* hy/contrib/anaphoric.hy: The following anaphoric macros have been
  added
  `ap-reject` : Opposite of ap-filter, yields the elements when a `pred`
  evaluates to false
  `ap-dotimes` : Execute body forms (possibly for side-effects) n times
  with `it` bound from 0 to n-1
  `ap-first` : return the first element that passes predicate
  `ap-last`  : return the last element that passes predicate
  `ap-reduce`: anaphoric form of reduce that allows `acc` and `it` to
  create a function that is applied over the list

* docs/contrib/anaphoric.rst: updated docs to reflect these changes

* tests/__init__.py: updated to explicitly include tests for anaphoric
  macros
2013-12-26 05:57:06 +02:00
..
contrib contrib/anaphoric: More anaphoric macros added 2013-12-26 05:57:06 +02:00
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
core.hy Adding automatic gensym macro 2013-12-15 18:47:46 -07:00
defclass.hy Fix missing docstrings from defclass issue #248 2013-07-15 06:58:08 -06:00
language.hy Whitespace fix 2013-12-22 20:04:12 +01:00
math.hy Operators + and * work without args, fixes #372 2013-12-16 00:04:43 +05:30
native_macros.hy Adding automatic gensym macro 2013-12-15 18:47:46 -07:00
quote.hy Add test for unquote-splice behavior 2013-09-22 15:12:59 +02:00
reader_macros.hy Hy reader macros #377 2013-12-23 14:33:51 +01: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