
28 Mar
2006
28 Mar
'06
5:30 p.m.
instead of coding them. I am thinking about an approach based on a sort of DSL design with Haskell then code/bytecode generation to Java/whatever platform.
Yhc can generate a portable bytecode, and it can also generate .NET bytecode (IL), and there was a project underway to generate Java (JVM) bytecode. There is a Java interpetter and a python interpetter for Yhc bytecode as well (and of course a C one). Thanks Neil