Hello all, Are any of you doing scientific computing on Pharo? I have some seriously old Numerical Recipes code that I altered and compiled, and more recently have used the GNU Scientific Library. All of that is connected to Dolphin, and it will take some time to adapt it to Pharo. Even more recently, I found reason to exceed GSL's feature list, and Octave might be able to do the job. The first thing would be do the minimum work to get some data into Octave and see how it does. Ideally, I would want to pipe data into Octave, get results from it, and then do some post-processing in Pharo. In GSL (dll/so) terms, the idea is to do all of the memory management and algorithm level work in Smalltalk, and the tight loops via the external code, and hopefully to do all of that w/o littering the drive with temporary files. Any experience, good or bad, in those directions? Bill