From: Raymond T. <to...@rt...> - 2003-09-29 14:28:52
|
>>>>> "Nicolas" == Nicolas Neuss <Nic...@iw...> writes: Nicolas> Hello, Nicolas> I would like to ask how difficult you would consider porting Matlisp to Nicolas> other platforms than ACL or CMUCL. Especially SBCL (and maybe CLISP) are Nicolas> interesting for me now. SBCL should not be hard, but I haven't tried. Clisp is doable, but there will be a speed penalty, I think, because you can't directly access Clisp's internal array layout. Thus, every matrix operation will do a copy in and copy out. But perhaps that's still a win for Clisp. In terms of porting, I think you only need to update the FFI code to do the right thing for your desired platform. Ray |