Vala programs and compiling from source

Kevin Kofler kevin.kofler at chello.at
Wed Dec 23 18:42:21 UTC 2009


Peter Robinson wrote:
> Some what different in that vala is source code that generates plainly
> readable C code. A .dll is a binary library. Its not exactly the same
> arguement.

So if I encode a Mono DLL as:
unsigned char dll_data[]={...};
and generate the .dll from that, is that source code???

Some of the generated C code is not that different from the above. IMHO 
generated code does not belong into source tarballs at all.

        Kevin Kofler




More information about the devel mailing list