The problem that took him 5 years to fix in C++, I solved in a minute with D
Paulo Pinto
pjmlp at progtools.org
Fri Mar 11 06:41:37 UTC 2022
On Friday, 11 March 2022 at 04:03:50 UTC, Nicholas Wilson wrote:
> On Thursday, 10 March 2022 at 15:49:36 UTC, Paulo Pinto wrote:
>> C# metaprogramming is called T4 templates, Roslyn plug-ins,
>> compiler attributes, reflection and code generators.
>>
>> Are they clunkier than D?
>>
>> Surely, however C# comes with Unity (what happened to
>> Remedy?), Orleans, CUDA (including GPGPU debugging), IoT
>> (Meadows), Cloud SDKs for GCP/AWS/Azure, Blazor, Uno, MAUI,....
>>
>> D, well it has MIR and vibe.d, that is about it.
>
> I feel compelled to mention dcompute here as a competitor for
> CUDA. It is a substitute for the kernel language and the
> runtime is just as easy to use. It can run on CUDA ( as a
> backend) so all the same tools will work including debugging
> (modulo probably demangling support).
What is dcompute answer to Hybridizer alongsiside Visual Studio
and Nsights?
https://developer.nvidia.com/blog/hybridizer-csharp/
https://developer.nvidia.com/nsight-visual-studio-edition
More information about the Digitalmars-d
mailing list