Microsoft's CoreRT turns C# into cross-platform C++(infoworld.com)
infoworld.com
Microsoft's CoreRT turns C# into cross-platform C++
http://www.infoworld.com/article/3131551/open-source-tools/microsofts-corert-turns-c-into-cross-platform-c.html
15 comments
If they only use a limited subset of C++, it is a pretty portable language. If they use all bells and whistles the language has to offer, then it will be a nightmare.
Unity has already developed their own AOT compiler.
https://blogs.unity3d.com/2015/05/06/an-introduction-to-ilcp...
https://blogs.unity3d.com/2015/05/06/an-introduction-to-ilcp...
This has already been submitted to HN recently: https://news.ycombinator.com/item?id=12735260
Using the search tool is not that difficult
Using the search tool is not that difficult
Serious question. What search tool?
There isn't one on the site itself, but people frequently use this https://hn.algolia.com/
Hahah there is though, at the bottom. Take note Hacker News Web Devs. The word we're looking for is "discoverability."
Reading the rules and noticing that some reposts are allowed isn't either.
(But yes, in general people should check for other submissions before submitting something, it would reduce the noise in /new a lot and help giving content that is less mass-appealing a better chance to be noticed. Also, if you feel to much "crap" ends up on the front page, go check /new and help upvote better submissions)
(But yes, in general people should check for other submissions before submitting something, it would reduce the noise in /new a lot and help giving content that is less mass-appealing a better chance to be noticed. Also, if you feel to much "crap" ends up on the front page, go check /new and help upvote better submissions)
Frankly the idea of porting a C# runtime to a new platform sounds more exciting then debugging 10,000SLoC of machine generated C++ to a new arch.