Re: RFC: Move runtime hook definitions to a .di file in druntime

2014-10-12 Thread Kevin Lamonte via D.gnu
On Sunday, 12 October 2014 at 00:12:47 UTC, Mike wrote: Sounds like you you and I are after pretty much the same thing. I'm not really trying to build anything, like a kernel, just yet. Rather, I'm just trying to get a decent runtime built so we can all have a reasonably polished language to

Re: RFC: Move runtime hook definitions to a .di file in druntime

2014-10-11 Thread Kevin Lamonte via D.gnu
On Saturday, 11 October 2014 at 06:59:33 UTC, Mike wrote: Hello, In my continued, though stalled, effort to try and make minimal runtime for embedded systems, I've tried to find a way for users to know at compile-time if a feature of the runtime is supported or not, and more importantly, if t