Mathics
Mathics copied to clipboard
This repository is for archival. Please see https://github.com/Mathics3/mathics-core
Reinstate some $InputFileName tests from test/files.py
But let's at least not crash when it is used.
Here I included the package KnotTheory from [http://katlas.org/wiki/Setup](http://katlas.org/wiki/Setup). Not sure if we want to ship this with Mathics, or just add a link, but I made this to do tests....
Here is a proposal for implementing a cache expression. This should reduce the evaluation time for expressions that are evaluated many times. The idea is to keep a dictionary inside...
@rocky, here I start working on a proposal for refactoring the formatting functions. Of course, this is not attempted to work in the very near future, but a way to...
rebase of #1104
This is a follow up to https://github.com/orgs/mathics/teams/maintainers/discussions/20/comments/32. This PR makes it so that named characters are only replaced selectively (inside of strings or symbols). This makes calling `replace_wl_with_plain_text` from the...