An open-source Mathematica. This repository contains the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.
Looking at #1061 I realized we could not change $CharacterEncoding from inside the session. This PR makes the behavior of this symbol closer to the one in WMA.
Looking at #1061 I realized we could not change
$CharacterEncoding
from inside the session. This PR makes the behavior of this symbol closer to the one in WMA.