LLVM# – Native C# Compiler

Right now I'm quite busy working on with my senior project called LLVM# compiler. Its main objective is to be able to write the code in C# and execute the code as a native C or C++ application by converting the C# code to LLVM (Low Level Virtual Machine). This project will tend to remove the dependency of C# from the .net framework, the mono runtime or the portable.net runtime engine. The project is being discussed at the moment but if you want to have a look at what's happening, please do check the official website of LLVM# compiler at https://llvmsharp.codeplex.com.

For more info on LLVM click here.