/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

clojure-doc.org
| | clojure.org
3.7 parsecs away

Travel
| | [AI summary] A comprehensive technical guide detailing Clojure's interoperability with Java, covering class access syntax, method invocation, performance optimization via type hints, and advanced features like proxies and primitive support.
| | aradaelli.com
3.3 parsecs away

Travel
| | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status.
| | blog.jakubholy.net
3.6 parsecs away

Travel
| | Clojure-related resources and notes.New to Clojure? Check Clojure for beginners first!
| | blog.jayfields.com
28.6 parsecs away

Travel
| The 'name' function is a clojure function that returns the string for a keyword, symbol, or string. name - function Usage: (name x) Retur...