Explore >> Select a destination


You are here

blog.jakubholy.net
| | java-source.net
4.3 parsecs away

Travel
| | [AI summary] The article discusses various open-source scripting languages and tools compatible with the Java platform, such as Groovy, Jython, BeanShell, Rhino, JRuby, and others, highlighting their features and use cases.
| | clojure.org
2.4 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.0 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 ...
| | healeycodes.com
23.7 parsecs away

Travel
| Making my programming language 4000x quicker, and adding a static type checker.