Explore >> Select a destination


You are here

henrikwarne.com
| | schneide.blog
3.5 parsecs away

Travel
| | Following up on "The Dimensions of Navigation in Object-OrientedCode" this post explores how Eclipse, one of the most mature IDEs for Java development, supports navigating across different dimensions of code: hierarchy, behavior, validation and utilities. Let's walk through these dimensions and see how Eclipse helps us travel through code with precision. 1.Hierarchy Navigation Hierarchy navigation...
| | java-source.net
3.2 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.
| | batsov.com
3.5 parsecs away

Travel
| | [AI summary] The article discusses the author's extensive experience with Emacs as a powerful and customizable text editor for programmers, highlighting its advantages over Vim and traditional IDEs. It emphasizes Emacs's flexibility, extensibility through Emacs Lisp, integration with version control systems, and modern features like a package manager and GUI enhancements. While acknowledging its imperfections, the author recommends starting with a solid configuration like Prelude and encourages readers to explore Emacs's potential for deeper customization and productivity.
| | wasmbyexample.dev
21.2 parsecs away

Travel
| A hands-on introduction into WebAssembly ( Wasm ). Containing simple wasm examples and wasm tutorials on how to implement concepts and various tasks using WebAssembly.