On 6/9/2012 10:02 AM, Richard Hennessy wrote:
> This is like saying that if you want to have C++ be able to do threads
> you have to do it in assembly language. This is not the point. I
> want the higher level language to be able to do it. In this analogy C++.
>
> Rich
I think you could learn more about parallelism and C++. If you want to
access the OpenMP library from C or from Lisp, it would look about the
same. However, for Lisp to run in a separate thread you have
to decide how separate. For example, shared memory? Parallel garbage
collection?
And is OpenMP or something like it really appropriate for Maxima?
RJF