9 ms·
What about Cyclone?
by nponeccop 15y ago
What about Cyclone?
- agumonkey 15y agoI'm not sure I've even heard the name once. Looks interesting , gradually safer than C, I like that.
- nponeccop 15y agoWell, BitC is not too popular either. Another interesting experiment is Sing#/Singularity, which is a successful attempt to get IO performance of FreeBSD despite designing whole OS in modified dependently-typed C# with usual JIT and garbage collection. The question whether GC is applicable in memory-constrained environments is still open - I couldn't find a single research in this direction.