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. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
