/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.nilenso.com
| | stuartsierra.com
2.7 parsecs away

Travel
| | [AI summary] A Clojure developer provides guidelines on when to use the threading macros -> and ->> to improve code readability and when to avoid them in favor of let bindings.
| | andersmurphy.com
3.5 parsecs away

Travel
| | A blog mostly about Clojure programming
| | jdevuyst.blogspot.com
1.6 parsecs away

Travel
| | Most programmers who have dabbled in Clojure are probably familiar with the threading macros -> and ->>. For readers, who aren't. Here's wha...
| | thomascountz.com
28.2 parsecs away

Travel
| [AI summary] The article discusses the development of a markdown-to-HTML compiler called markie, explaining the core steps of compiler architecture including lexical analysis, parsing, and target code emission, with examples using Ruby and real-world applications.