I see :-)

Another interesting project then. :-)

Julien

---
Julien Delplanque
Doctorant �� l���Universit�� de Lille 1
http://juliendelplanque.be/phd.html
Equipe Rmod, Inria
B��timent B 40, avenue Halley 59650 Villeneuve d'Ascq
Num��ro de t��l��phone: +333 59 35 86 40

Le 10 janv. 2018 �� 14:39, Serge Stinckwich <serge.stinckwich@gmail.com> a ��crit :



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/