Possibilities for the future:

tapestry-clojure might be able to access type hints on the function
and use the TypeCoercer to convert method parameters to the correct
function argument type.

Likewise, it could (and probably should) use the method return type as
a guide to TypeCoerce the function return value into the method return
value.

On Wed, Jun 6, 2012 at 12:02 AM, Jochen Berger <foober...@googlemail.com> wrote:
> Am 05.06.2012 19:56, schrieb Howard Lewis Ship:
>
>> The code for this is very small, and could easily be ported back to
>> 5.3, for 5.3.4.  Any interest?
>
>
> Definitely! I already did this and successfully called the doubler fn from a
> 5.3.3 webapps's page. Very useful stuff. ;-)
> I think I'm going to like the way this is going. I instantly had the idea of
> being able to pass a t5-func Mapper and a Collection to clojure and be able
> to use partition and pmap to have the mapping done in parallel. Awesome!
> There's still some work to be done to get there, but I'm really happy that
> the first step is taken.
>
> Jochen
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to