On Wed, Jan 10, 2018 at 2:33 PM, Julien <julien.delplanque@inria.fr> wrote:
I guess the hardest part will be to define the 1 - 1 mapping between Numpy and PolyMath APIs, no?

I mean, how can you ensure that features using Floats will behave exactly the same in Python and Smalltalk for example?


���Float are the same basically,��� but ���I don't want to ensure something.
I just want to a quick&dirty code transformation :-)

Like :
np.square(x) <=> x squared
np.sum(x,1) <=> x sum

et donc :
np.sum(np.square(x), 1) <=> (x squared) sum

--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
http://www.doesnotunderstand.org/