Suppose I have a function f(), and a list L = [x1,x2,...].
Is there an elegant way to map f onto L, i.e. compute [f(x1),f(x2),...]?
I thought something like that was in the IPL, but if so, I can't find it.

And does this work if my f has arguments?  E.g. L is a list of real numbers, and
I want to format each one by applying frn(.,,2) to it.


Kostas



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to