[MonoDevelop] help

Levy, Tamar tamar.levy at intel.com
Tue Apr 2 14:27:33 UTC 2013


Hi Marcel,

Thanks a lot for your quick response.
I already downloaded the mono project through Cygwin and compile it in Cygwin.
I tried to find any sources in c++ in mono and every file ends with .cs (all C#).
I didn't see any C++ sources in the Mono project.

Thanks,
Tamar


From: monodevelop-list-bounces at lists.ximian.com [mailto:monodevelop-list-bounces at lists.ximian.com] On Behalf Of Marcel Hellwig
Sent: Monday, April 01, 2013 1:09 PM
To: monodevelop-list at lists.ximian.com
Subject: Re: [MonoDevelop] help

On 01.04.2013 20:20, Levy, Tamar wrote:
Hello,

My name is Tamar I downloaded Mono project 1 week ago.
I downloaded Mono because I want to optimize the Mono project.
I know that Mono is written in C# but the interpreter is written in C++ (is that correct?).
Nearly. It's not just aninterpreter though an (JIT-)compiler. Most of the compiler is written in C, not C++.

Is there a way for me to download the interpreter and compile it with Intel compiler?
Of course, since it's OpenSource you can download it and do whatever you want.
https://github.com/mono/
is the mainpage and
https://github.com/mono/mono
is the actual mono framework.

 Thanks,
Tamar
Marcel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20130402/50fb2ce6/attachment.html>


More information about the Monodevelop-list mailing list