hy/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
..
compilers Bootstrap a macro error-reporting test file 2013-11-02 20:50:21 +01:00
importer Fix flake error 2013-07-06 20:39:02 +02:00
lex Hy reader macros #377 2013-12-23 14:33:51 +01:00
macros Hy reader macros #377 2013-12-23 14:33:51 +01:00
models Make HyList add returns HyList 2013-04-28 17:04:33 +02:00
native_tests contrib/anaphoric: More anaphoric macros added 2013-12-26 05:57:06 +02:00
resources Rewrite the bootstrap macros in hy 2013-09-29 18:13:28 +02:00
__init__.py contrib/anaphoric: More anaphoric macros added 2013-12-26 05:57:06 +02:00
test_bin.py Merge pull request #328 from berkerpeksag/add-astor 2013-12-11 08:13:03 -08:00