Explore >> Select a destination


You are here

blog.cleancoder.com
| | stuartsierra.com
3.3 parsecs away

Travel
| | [AI summary] The article explains a common mistake in Clojure programming where using the #() reader macro for an anonymous function with a single expression that's not a function call leads to an ArityException due to the vector being incorrectly invoked as a function.
| | ostash.dev
3.2 parsecs away

Travel
| | Working with larger Clojure projects or libraries requires us to use some concepts that we all know from the Object Oriented Programming (OOP) world.
| | danlebrero.com
6.0 parsecs away

Travel
| | TDD is an awesome workflow, but not for everything.
| | www.morling.dev
33.2 parsecs away

Travel
| 27 years of age, and alive and kicking?-?The Java platform regularly comes out amongst the top contenders in rankings like the TIOBE index. In my opinion, rightly so. The language is very actively maintained and constantly improved; its underlying runtime, the Java Virtual Machine (JVM), is one of, if not the most, advanced runtime environments for managed programming languages. There is a massive eco-system of Java libraries which make it a great tool for a large number of use cases, ranging from comman...