Talk:Comments: Difference between revisions

→‎task wording clarification: added a new talk section.
(→‎task wording clarification: added a new talk section.)
Line 58:
What's with the ??? for the interpreter line? --[[User:Short Circuit|Short Circuit]] 21:21, 10 December 2007 (MST)
:I've never seen some of those types of comments in generic Lisp programs, so I think the specific interpreter should be mentioned (or the text moved to [[Common Lisp]] if appropriate). --[[User:IanOsgood|IanOsgood]] 08:19, 11 December 2007 (MST)
 
 
==task wording clarification==
I wish (before this was promoted to a task) that the phrase &nbsp; <big> ··· ''that's <u>completely</u> ignored'' ··· </big> was changed to something along the lines of: &nbsp; ''that's largely ignored''. &nbsp; (The underscoring was added my me.) &nbsp; Of course, &nbsp; ''largely'' &nbsp; would then probably have to be defined in some manner.
 
Some interpreters fall into the category of &nbsp; ''not'' &nbsp; completely ignoring comments. &nbsp; The '''REXX''' computer programming language, for instance, ignores comments in the usual sense in that it doesn't execute them, &nbsp; but REXX doesn't ignore them completely. &nbsp; The comments are still there and can be displayed as part of the statement when tracing &nbsp; (via the '''trace''' statement or options), &nbsp; and also for the &nbsp; '''sourceline''' &nbsp; BIF, where the complete source line (including comments, or in the case of no REXX statement, ''only'' &nbsp; comments) &nbsp; can be retrieved &nbsp; (and then, for instance, displayed and/or examined. &nbsp; There must be other computer programming languages that don't &nbsp; ''completely'' &nbsp; ignore comments, especially/probably those that support interactive debugging. &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 00:58, 10 May 2016 (UTC)