Plan for D
Ola Fosheim Grostad
ola.fosheim.grostad at gmail.com
Fri May 21 17:58:59 UTC 2021
On Friday, 21 May 2021 at 17:44:51 UTC, Tejas wrote:
> Have you heard of a language called pony? They seem to be going
> in that direction.
>
> ponylang.io/
>
> The following is a video of a guy whose company made a
> nanosecond-level response time data stream processor with it.
> It has a task based GC, like you want.Don't know about
> metaprogramming though.
Yes, it is interesting, especially the type system, but it is a
high level language, not a systems level language.
I believe C++ is getting tasks, their coroutines are also (at
least MS implementation) switchable in nanoseconds so that you
can switch to another task/coroutine while waiting for memory to
be transferred to the cache. At least that it was is being
claimed.
More information about the Digitalmars-d
mailing list