What language is Mono written in and how can I read the source code?

I want to read the source code for Mono. I looked at this URL and there are several folders here .

  • What language is the Mono project written in?

  • What folder / file to download to read its source?

From looking at the folder hierarchy, it appears (although my assumption may be incorrect) that it is written in several languages ​​and that I can download any of them.

But I just wanted to make sure.

+5
source share
2 answers

You will need the mono subdirectory, select the version you are interested in.

The CLR equivalent and jitter were written in C. You will find it in the mono / mini subdirectory.

The C # compiler was written in C #. You will find it in the mcs / mcs subdirectory.

- #. mcs/class.

+6

, #. - Mono , . : MonoProject -

+1

All Articles