Skip to content
Snippets Groups Projects
  1. Feb 13, 2023
  2. May 09, 2022
  3. Apr 27, 2022
  4. Feb 25, 2022
  5. Feb 04, 2022
  6. Jan 28, 2022
  7. Jan 22, 2022
  8. Jan 21, 2022
  9. Jan 18, 2022
  10. Jan 17, 2022
  11. Oct 25, 2021
  12. Oct 24, 2021
  13. Jul 22, 2021
  14. Mar 15, 2021
  15. Mar 13, 2021
  16. Aug 21, 2020
  17. Jul 06, 2020
  18. Jun 17, 2020
  19. May 12, 2020
  20. Mar 31, 2020
  21. Mar 27, 2020
  22. Mar 25, 2020
  23. Mar 16, 2020
  24. 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 ->>.
      2e399427
Loading