Skip to content
Snippets Groups Projects
  1. Apr 27, 2022
  2. Feb 25, 2022
  3. Feb 04, 2022
  4. Jan 28, 2022
  5. Jan 22, 2022
  6. Jan 21, 2022
  7. Jan 17, 2022
  8. Oct 25, 2021
  9. Oct 24, 2021
  10. Jul 22, 2021
  11. Mar 15, 2021
  12. Mar 13, 2021
  13. Aug 21, 2020
  14. Jul 06, 2020
  15. Jun 17, 2020
  16. May 12, 2020
  17. Mar 31, 2020
  18. Mar 27, 2020
  19. Mar 25, 2020
  20. Mar 16, 2020
  21. Mar 05, 2020
    • Andrea Richiardi's avatar
      Introduce line-up-first and line-up-last macros · 2e399427
      Andrea Richiardi authored
      This patch introduces the line-up-first and line-up-last macros in
      control-flow.  The macros have been popularized by Clojure and afterwards
      adopted in Emacs Lisp (see thread-first and thread-last in subr-x.el).
      
      This implementation is a port of the latter, where we use a common
      line-up-iter(ative) tail recursive function for computing the results.  The
      choice of the full name was made in the spirit of the library, conservatively
      avoiding new syntax like -> or ->>.
      Verified
      2e399427
  22. Mar 04, 2020
Loading