Explore >> Select a destination


You are here

blog.janetacarr.com
| | clojure.org
2.2 parsecs away

Travel
| | [AI summary] The text provides an extensive overview of Clojure, a Lisp dialect for the Java Virtual Machine (JVM). It covers various aspects including syntax, data structures, concurrency, performance, and integration with Java. The document highlights Clojure's features such as immutability, functional programming, and seamless Java interoperability. It also discusses optimization techniques, primitive handling, and support for Java Streams and XML parsing. Additionally, it includes information on using Clojure from Java and the community resources available.
| | blog.josephwilk.net
4.2 parsecs away

Travel
| | Isolating external dependencies helps make testing easier. We can focus on a specific unit of code and we can avoid slow tests calling real services ...
| | endlessparentheses.com
4.2 parsecs away

Travel
| | The concept of a lazy-map might sounds odd at first. How do you know if a map contains an entry without resolving the whole map? But it's not the entries that are lazy, it's the values they hold. See this example from the Readme:
| | rust-embedded.github.io
17.0 parsecs away

Travel
|