I want to read some code from a file and give this to a macro as a form. Since I need the form unevaluated I cannot use "load-string".
Is there a possibility to get a form from a string?
e.g the string is "(3 4 +)" and I would like to convert it to prefix notation by a macro of mine. (That is not the real use case here but it is a simple example.)
I hope someone can help me.