On Sat, Mar 8, 2008 at 9:11 PM, Robert Quinn <[EMAIL PROTECTED]> wrote: > Can APL be converted to J? and what are the options for doing that?. Is this > required, beneficial, etc.?
APL can be converted to J manually, by someone who understands both and who understands the application being converted. There are no automatic tools, and both languages are very much about leveraging the ability of the programmer to understand the problem domain. Converting APL to Java would be hard, I think. You might have better luck converting APL to SQL (that could also be hard but perhaps not as hard as converting to Java). -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
