[Mono-list] Mixing languages within

Jonathan Gilbert 2a5gjx302@sneakemail.com
Thu, 09 Dec 2004 22:41:44 -0500


At 03:31 PM 09/12/2004 -0800, Kirk Marple wrote:
>It makes sense if both languages (C# and HSPL) compiled to IL, and were both
>processed by the CLR.
>
>You'd have to make separate assemblies which referenced each other, you
>couldn't do it inline in the same class.

Not exactly right. You're leaving out an intermediate step: an individual
source code file can be compiled to a .netmodule, and .netmodules compiled
with different languages can be mixed within a single assembly.

Jonathan Gilbert