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.
In mathics, on the other hand, the string is taken literally.
Motivation for fixing it
To reproduce the WMA behavior would be helpful, among other things, for improving the support of online help using ::usage strings associated with symbols. This also would contribute to having a more compatible interface for dealing with formatted text.
Description
In WMA, a string can produce a text equivalent to a boxed expression. For example,
produces the same formatted text as the Boxed expression
See https://reference.wolfram.com/language/tutorial/TextualInputAndOutput.html#28564 for details of the syntax.
In mathics, on the other hand, the string is taken literally.
Motivation for fixing it
To reproduce the WMA behavior would be helpful, among other things, for improving the support of online help using
::usage
strings associated with symbols. This also would contribute to having a more compatible interface for dealing with formatted text.