< Back to IRCAM Forum

Long lists in OM/LW

Hello,

when making a function used in some Library, using apply Lisp macro with big lists, I get the following error on OpenMusic (6.15) : “Error while evaluating the box MY-FUN : Last argument to apply is too long : 10000”
Same function (my-fun) in SBCL is OK.
I suppose this limitation comes from LW : is there a way to manage it since I use ‘apply’ quite often in different OMLibraries I develop(ped) ?
Does OM7 have such limitation from prehistoric times ?
I remember I already choose in that times to not use OM but SBCL because of this limitation.

Bests,
Fred

This is a LispWorks thing. See:

Thank you for your feedback Jean, I appologize and I’ll fix it.
Cheers.
Fred