You cannot make an alias for a syntactic keyword; those words are hard-coded into the language definition. I suspect that you have an "X-Y problem" -- using the wrong specific technique on a more general problem.
Sign up to request clarification or add additional context in comments.
Comments
0
Since for is not a function but is rather a keyword, (functions have a little parenthesis at the end, such as foo()). This is not possible with keywords, but is possible with functions.
foris not a function, it is a statement. Very different.lisp. Horrible practices like that are easy inlisp.guy, and how is this useful to you?