User Portlet User Portlet

Discussions
Hello everyone, I'm trying to define a Function, which changes the Head of an Expression to be List. i.e.: $$ f[a,b,c,d,e] \mapsto List[a,b,c,d,e] $$ I found a way to change Plus into List, but it's quite long: chang[var__] := ...
Hello everybody, I'd like to define a function (let's call it »listoffunctions«), where I have to write only once the argument. That is: The aim is to write: listoffunctions[f1, f2, f3, ...] with arbitrary many functions, that can be evaluated at a...