Right now in the concepts section of our docs we only have one about compilation. While this is arguably the most important one, we should also add some more info on what's our approach to using symbolics.
@AVDiv has contributed a version of that in this commit, however this is more of a description of what's currently in the symbolics module, rather than description of how symbolics should work. Perhaps we can reuse parts of it though, so it doesn't all go to waste :)
On such page we should explain concepts such as:
- symbolic backends
- how parsing and evaluation of symbolic expressions is done
- performance considerations
Right now in the
conceptssection of our docs we only have one about compilation. While this is arguably the most important one, we should also add some more info on what's our approach to using symbolics.@AVDiv has contributed a version of that in this commit, however this is more of a description of what's currently in the symbolics module, rather than description of how symbolics should work. Perhaps we can reuse parts of it though, so it doesn't all go to waste :)
On such page we should explain concepts such as: