www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - is there a way to use LDC create LLVM coroutines and betterC without

reply learnfirst1 <learnfirst1 gmail.com> writes:
is there a way to use LDC create LLVM coroutines and betterC 
without use druntime ?
Sep 09 2018
parent kinke <noone nowhere.com> writes:
On Monday, 10 September 2018 at 02:59:38 UTC, learnfirst1 wrote:
 is there a way to use LDC create LLVM coroutines and betterC 
 without use druntime ?
Coroutines aren't supported directly. To make sense, I guess the language would need to provide some syntactic support first.
Sep 10 2018