On Tue, 2 Nov 1999, Joe Armstrong wrote:
> meta programming
>
> apply("mod", "func", ..)
>
> doesn't work
If mod and func are not previously defined you have a programming
error. I.e. when you do list_to_atom("mod"), you are almost
certainly not creating a new atom. So when do you want to
dynamically create atoms except when loading code?
/Mike