Stefan Novak
Stefan Novak
lets add RDP support
``` In[194]:= ToExpression["3 + x^2 - 4"] 2 2 2 2 Out[194]= {{-1 + a1 , -1 + b1 }, {-1 + a2 , -1 + b3 }} In[195]:= ToHeldExpression["3...
just creating it to track this possible improvement so far options 1. do nothing, keep generated go files in git repo - cons - merge conflicts 2. investigate possible solution...
``` In[1]:= " \[DoubleLongRightArrow] " ``` (hangs unresponsive) desired: ``` In[3]:= " \[DoubleLongRightArrow] " Out[3]= ⟹ ```
current ``` In[10]:= {x, y} = {4, 3}; x Out[10]= x ``` desired ``` In[12]:= {x, y} = {4, 3}; x Out[12]= 4 ```
should be empty when in interactive mode: ``` In[3]:= $InputFileName Out[3]= ```
Desired output ``` In[1]:= FileBaseName["examples/example.m"] Out[1]= example In[2]:= FileBaseName["/Users/darvin/Dev/expreduce/examples/example.m"] Out[2]= example ``` (i can take this one for sure)
``` In[2]:= Get["examples/example.m"] Solve found no solutions for -2.5 + (-1.)*Private`uPlaceholder^(GCD[1., 2.]^(-1.)) + (Private`uPlaceholder^(GCD[1., 2.]^(-1.)))^2. == 0 for Private`uPlaceholder Solve found no solutions for -2.5 + (-1.)*x + x^2. ==...
desired ``` In[1]:= ??Import Import["file"] imports data from a file, returning a complete Wolfram Language version of it. ``` just rudimentary, with relative filesystem paths only