for example : (let * + (dumb 3)) ==> 6 (let * '+ (dumb 3)) ==> error
In this example, + is a function and can thus be applied, but '+ is a symbol and cannot.