lisp - How do I apply a symbol as a function in Scheme? -


Is there any way, can I apply '+ to' (1 2 3)?

EDIT: The one I am trying to say is that the function I get will be the symbol. Is there a way to do this?

Thank you.

  ((Eval '+)' (1 2 3)) Apply  

should do it.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -