glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [glob2-devel] Lua alongside USL


From: Martin Voelkle
Subject: Re: [glob2-devel] Lua alongside USL
Date: Tue, 11 Aug 2009 23:09:12 +0200

2009/8/9 Stéphane Magnenat <address@hidden>:
> We should add serialization (for checkpointing) to USL, maybe fix its rather
> ineficient implementation of loops (that is, implement tail recursion
> elimination), and then USL is very use ful. We can simplify the binding of
> function using boost::function and boost::parameters_types, the first is a
> clean way to embed function pointer, the second generates a mpl vector (that
> is, a sequence of types) with the arguments of a function pointer.
>
> Martin, is the above list correct?

Yes, but boost::function is already used. What is missing is the use
of fusion::invoke instead of N invoke functions (2*N really, because
functions that return void need special treatment).

Martin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]