[cfe-dev] clang/C# on LLVM

Sebastian Redl sebastian.redl at getdesigned.at
Fri Apr 27 11:56:22 PDT 2012


On 27.04.2012, at 19:43, Madrigal, Juan A wrote:

> Hi,
> 
> Just out of curiosity has the possibility of brining in C# support (minus .Net) to clang/LLVM been discussed?
> 
> Here's and interesting project: http://blog.prabir.me/post/LLVM-e28093-Native-C-Compiler.aspx
> 
> Thoughts?

While a C# -> LLVM compiler is an interesting project (though hard - there's a lot of runtime library stuff that you would have to reimplement if you forsake existing .Net implementations), Clang has nothing to do with it. C# is sufficiently different from the core C family that there's really no point in trying to reuse Clang.

Sebastian

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120427/e14d5c0b/attachment.html>


More information about the cfe-dev mailing list