A question about Interlisp comment usage. #2628
|
Sometimes I notice that Interlisp doesn’t care for comments in some forms. For example, between the items of a LET. Are comments not dropped on eval? Since newcomers may read this, I'm referring to Interlisp comments being Also I noticed that CL style comments get converted too into the form For example: |
Replies: 2 comments
|
|
There's a processing step in a "definer" (defun, defmacro, defvar, ...) where it calls il:remove-comments to strip out all of the Interlisp-style comments. I thought I saw something about giving semicolon ';' a readtable that would turn commonlisp style comments (rest of line after ';') into Interlisp ones. Is this in the lyric release notes? |
According to the IRM: