Dear Dev'rs:
From the documentation here: http://chuck.cs.princeton.edu/doc/program/stdlib.html
"ChucK Standard Libraries API these libraries are provide by default with ChucK - ****new ones can also be imported with ChucK dynamic linking (soon to be documented...).***" (emphasis mine) Does "soon to be documented" mean that the functionality already exists in the current version or in CVS or at all? And the obvious follow up: If it's in the current version or CVS, can we have a hint? Is there a secret Chuck pre-processor? Cheers, Mike -- http://michaelclemow.com http://semiotech.org
On 7 Dec 2010, at 05:25, mike clemow wrote:
From the documentation here: http://chuck.cs.princeton.edu/doc/program/stdlib.html
"ChucK Standard Libraries API these libraries are provide by default with ChucK - ****new ones can also be imported with ChucK dynamic linking (soon to be documented...).***" (emphasis mine) Does "soon to be documented" mean that the functionality already exists in the current version or in CVS or at all?
Using 'grep "dlopen"' on the Mac sources gives hits, leads to type_engine_add_dll(), but I did not see how it is invoked.
participants (2)
-
Hans Aberg
-
mike clemow