<div dir="ltr"><div>I've got a few utility packages maintained in Squeak (via MC):</div><div>- an interface to Lapack <a href="https://github.com/nicolas-cellier-aka-nice/smallapack/wiki">https://github.com/nicolas-cellier-aka-nice/smallapack/wiki</a></div><div>- an ArbitraryPrecisionFloat <a href="https://github.com/nicolas-cellier-aka-nice/arbitrary-precision-float/wiki/ArbitraryPrecisionFloat">https://github.com/nicolas-cellier-aka-nice/arbitrary-precision-float/wiki/ArbitraryPrecisionFloat</a></div><div>- <a href="http://www.squeaksource.com/STEM.html">http://www.squeaksource.com/STEM.html</a></div><div>- <a href="http://www.squeaksource.com/MedianOfMedians.html">http://www.squeaksource.com/MedianOfMedians.html</a></div><div>- <a href="http://www.squeaksource.com/Quaternion.html">http://www.squeaksource.com/Quaternion.html</a></div><div><br></div><div>I have some more unpublished, but no time to polish now...</div><div><br></div><div>Note that ArbitraryPrecisionFloat and Quaternion have been integrated into polymath, but might be a few versions behind</div><div>(they forked and renamed the classes, so...)<br></div><div>Cuis folks wanted to port Polymath, it might be easier to re-import from Cuis if that ever happen.</div><div>I also advise to follow <a href="https://github.com/len/Domains">https://github.com/len/Domains</a></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le dim. 26 avr. 2020 à 21:24, Jakob Reschke <<a href="mailto:forums.jakob@resfarm.de">forums.jakob@resfarm.de</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I had a quick look and these packages<br>
(<a href="https://github.com/PolyMathOrg/PolyMath" rel="noreferrer" target="_blank">https://github.com/PolyMathOrg/PolyMath</a>) are indeed stored in Tonel<br>
format. Metacello does not support that in Squeak at the moment.<br>
<br>
I minimally ported the basic Monticello reading and writing of Tonel<br>
to Squeak last year (not in Trunk), but it only allows you to load<br>
packages from the file system one at a time through Monticello (no<br>
dependency management and not even proper version management).<br>
<br>
The Git Browser can also load Tonel projects (and manage versions in<br>
Git, obviously), but it does not do dependency management either.<br>
Moreover if this library is written for Pharo 7 and 8, it's fairly<br>
sure that something will not work (or even load) out of the box in<br>
Squeak. At least some porting effort would probably be required.<br>
<br>
Am Sa., 25. Apr. 2020 um 00:00 Uhr schrieb Robert via Squeak-dev<br>
<<a href="mailto:squeak-dev@lists.squeakfoundation.org" target="_blank">squeak-dev@lists.squeakfoundation.org</a>>:<br>
><br>
> Hi Stéphane,<br>
><br>
> I see the links to github hosted code. Can Squeak load these somehow? Hopefully not in Tonal format! How could I load these?<br>
><br>
> Kindly,<br>
> Robert<br>
><br>
><br>
> On Fri, Apr 24, 2020 at 17:08, Stéphane Rollandin <<a href="mailto:lecteur@zogotounga.net" target="_blank">lecteur@zogotounga.net</a>> wrote:<br>
><br>
> Also, it is part of SciSmalltalk according to the 2015 version of the book:<br>
><br>
> <a href="https://files.pharo.org/books-pdfs/numerical-methods/2015-NumericalMethods-EN.pdf" rel="noreferrer" target="_blank">https://files.pharo.org/books-pdfs/numerical-methods/2015-NumericalMethods-EN.pdf</a><br>
><br>
> <a href="https://github.com/PolyMathOrg/PolyMath/wiki/SciSmalltalk-Contents" rel="noreferrer" target="_blank">https://github.com/PolyMathOrg/PolyMath/wiki/SciSmalltalk-Contents</a><br>
><br>
> Stef<br>
><br>
><br>
><br>
><br>
<br>
</blockquote></div>