Hi Alex, is there a function to look up an interned symbol?
'intern' does not seem to be doing that: : (intern "NIL") -> NIL : (pack NIL) -> NIL : (pack (intern "NIL")) -> "NIL" : This behaviour seems a bit strange to me. I would expect (pack (intern "NIL")) to return NIL... Thank you, Tomas -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe