Symbolic computations in D

bachmeier no at spam.net
Sun Oct 29 11:42:21 UTC 2023


On Sunday, 29 October 2023 at 08:55:24 UTC, Dmitry Ponyatov wrote:

> Maybe someone played in this topic, and can give some advice:
> is D language with its OOP without multiple inheritance and 
> maybe other semantic limitations able and good enough to be 
> used with these books mechanics?
>
> The theme looks complex off the shelf, and I'm not sure to 
> speak about D to this above student, especially I myself can't 
> help him anyway not knowing the language in deep.

Outside of the most basic functionality, this is only the type of 
thing you'd want to do if you're willing to put years into it. 
There are many such systems out there already. It looks like 
GiNaC (C++) might be their best choice. But note that even that 
library does not do the more advanced stuff.

https://www.ginac.de/tutorial/

https://www.ginac.de/tutorial/#Disadvantages


More information about the Digitalmars-d-learn mailing list