[MonoDevelop] help

Michael Hutchinson m.j.hutchinson at gmail.com
Tue Apr 2 21:05:59 UTC 2013


MonoDevelop is the IDE, it's written entirely in C#.

Mono is the runtime (C) and class libraries (C#).

This is the MonoDevelop mailing list, your mono-related questions
would be better directed at the mono mailing list.

On 2 April 2013 10:27, Levy, Tamar <tamar.levy at intel.com> wrote:
> 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
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>



-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list