Buscar este blog

Aviso

El autor de éste blog no se hace responsable de los posibles daños o perdidas de información, que pudieran ocasionarse en su sistema o su vida por la aplicación de la información aquí contenida.

miércoles, 15 de febrero de 2023

Difference between thread-first and thread-last operators in clojure

 

 

References:

- https://stackoverflow.com/questions/26034376/clojure-thread-first-macro-and-thread-last-macro

How to process sequences - combinations

  1. Figure out what question you’re trying to ask. (often the most difficult)
  2. Filter the data to remove unneeded elements.
  3. Transform the elements into the desired form.
  4. Reduce the transformed elements to the answer.

 

Más populares

Archivo del blog