Symbolic computations in D

Sergey kornburn at yandex.ru
Mon Oct 30 13:24:56 UTC 2023


On Monday, 30 October 2023 at 13:13:47 UTC, jmh530 wrote:
> On Sunday, 29 October 2023 at 10:44:03 UTC, ryuukk_ wrote:
> Julia is more an alternative to R, Matlab, Python than C++.

Not really.

Many especially popular and widely used (NumPy, PyTorch, 
data.table) libraries for R and Python implemented with C/C++. 
Without using them, it is just impossible to get good performance.

So there is "2 language" problem. Someone should create C++ 
engine + Python/R interface.
Julia propose to solve this issue - since you are able to 
implement fast engine and interface both in Julia.


More information about the Digitalmars-d-learn mailing list