Explore >> Select a destination


You are here

aphyr.com
| | joeprevite.com
1.1 parsecs away

Travel
| | My notes and thoughts on Clojure from the Ground Up by Kyle Kingsbury
| | clojure.org
3.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.janetacarr.com
2.8 parsecs away

Travel
| | Dear Janet, I hope this email finds you well. I know I'm just a fictional character in a fictional email to set up the hook for this blog post, but I was wondering if you could help me speed up our slow library. We use the best algorithms money can
| | ostash.dev
46.5 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.