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
..
2013-12-22 20:26:57 +02:00
2013-03-12 22:53:45 -04:00
2013-05-09 23:42:54 +02:00
2013-12-17 18:50:01 +02:00
2013-12-05 23:07:46 +05:30
2013-03-12 22:53:45 -04:00
2013-06-01 22:04:55 -04:00