Boo seems like a very cool language. Is it 100% C# compatible? I mean: can I use any C# DLL/class? Could I make use of the XNA framework?
Boo seems like a very cool language. Is it 100% C# compatible? I mean:
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know, Boo has an implementation on top of the .NET CLR – which implies that it should be able to both consume, and be consumed by C# code. The syntax may not always be pretty when consuming Boo from C# – but the opposite should be quite elegant, given Boo’s syntax.
Also, all of the classes in the .NET BCL should be available to you in Boo.