PolyMath Ideas List

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

PolyMath Ideas List

Oleksandr Zaitsev
Hello,

I have created a list of project proposals and ideas of different projects and tools that we want to see implemented.

These ideas can be directly related to PolyMath or describe tools that could be used together with PolyMath (for example, data visualization or machine learning libraries).

Some ideas from this list will be proposed as Google Summer of Code projects from Pharo Association.

Please, contribute your ideas!

--
You received this message because you are subscribed to the Google Groups "PolyMath" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: PolyMath Ideas List

Nicolas Cellier
Hi,
Good initiative!
Concerning Smallapack, please note that it did work on previous Pharo versions (at least up to Pharo 5).
It could still work on newer versions, but it requires the old compiler.
Indeed, Smallapack functions may have more than 15 arguments, so we must bypass a limitation of byte code.
The trick is to pass a single vector (Array) of arguments when they are more than 15.
It would be a good exercize to port the trick to the new compiler (Opal), and verify how easy it is to specialize this variant.

Le jeu. 27 déc. 2018 à 18:50, Oleksandr Zaytsev <[hidden email]> a écrit :
Hello,

I have created a list of project proposals and ideas of different projects and tools that we want to see implemented.

These ideas can be directly related to PolyMath or describe tools that could be used together with PolyMath (for example, data visualization or machine learning libraries).

Some ideas from this list will be proposed as Google Summer of Code projects from Pharo Association.

Please, contribute your ideas!

--
You received this message because you are subscribed to the Google Groups "PolyMath" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "PolyMath" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.