[Mono-list] Mixed programming languages
    Miguel de Icaza 
    miguel at novell.com
       
    Tue Feb 27 08:50:00 EST 2007
    
    
  
Hello,
> Is it possible to have a Mono project (MonoDevelop solution or whatever) with 
> mixed programming languages? That is, one file in C# and another in Boo?
Yes, but the granularity happens at the "project level", so you can
write a library in C#, and another in Boo, and later reference those
from another one in another language for example.
    
    
More information about the Mono-list
mailing list