Feature SS-3460
1 vote

Maxima: Robust translation of empty placeholder

Created by Martin Kraska on 8/9/2017 10:52 PM Last Updated by Martin Kraska on 8/15/2017 3:19 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

Currently, you need to send functions with empty placeholder as verbatim string, because the # character spoils the connection to maxima.

Should be easy to implement, also in backward direction. # is replaced by nothing if it is not part of a name,  () is replaced by (#)

    Martin Kraska (Tuesday, August 15, 2017 3:19 PM) #

implemented.

    Martin Kraska (Tuesday, August 15, 2017 9:16 AM) #

The # character is the inequality operator in Maxima and must be replaced if it is used elsewhere (as part of identifiers or as empty placeholder)