Monthly Archives: October 2007

Funny code

Today I worked on packaging Saxon 8 for Debian. While looking at some of its code I saw the following: if (System.getProperty(“java.vendor”).equals(“Jeroen Frijters”)) { platform = DotNetPlatform.getInstance(); } Note: Jeroen Frijters is the author of IKVM.

Posted in Uncategorized | Comments Off on Funny code