Mono programming in Java
17 May, 2004 - 124 words
Ed Dumbill’s Small slices of Mono wonder post mentions IKVM:
IKVM is a translator from Java bytecode to CIL bytecode that will run Java programs in Mono. It’s a technical marvel.
Indeed.
Of particular interest to me is that I could tie an existing RDF-based Java app which uses Jena into t...