“Compiler #2” as it has been affectionately called is a compiler to turn normal Ruby classes into Java classes, so they can be constructed and called by normal Java code. When I asked for 1.3 ...
A new generation of JVM technologies is reshaping how businesses build, deploy, and scale mission-critical Java applications.
Developer Jake MacMullin has released JJEdit 0.4 (yep, the decimal is in the right place), a light-weight Integrated Development Environment (IDE) for Java programming on Mac OS X. It includes a text ...
When Robert Martin talks, programmers listen. XP! Patterns! UML! Java! C++! OOD! SE! For most of the last 30 years, Martin has worked full time at the center of modern programming practice. His ...
I did another pass on compiler2, and managed to wire in signature support. So let’s look at a couple examples: class MyRubyClass def helloWorld puts "Hello from Ruby" end def goodbyeWorld(a) puts a ...