There's something till today that I don't understand. Source code is a denomination to a program. Or can just a simple "2+2" in a shell window, be considerd a source code?
Source code
Collapse
X
-
"2+2" in a shell window is "interactiv e" files store source code. Many languages do not have interactive interpreters. This is one bonus of python.Originally posted by MonoluxThere's something till today that I don't understand. Source code is a denomination to a program. Or can just a simple "2+2" in a shell window, be considerd a source code? -
I say source code is lines in files (i.e. script1.py).Originally posted by MonoluxI believe my question was miss guided. I'll simplify what I whanted to sey earlier. Explain to me what is source code?
but txs for the replies guys
Motoma says "anything" that the interpreter reads no matter where it comes from.Comment
-
As long as that "anything" is code that goes to "something" then yes.Originally posted by bartoncI say source code is lines in files (i.e. script1.py).
Motoma says "anything" that the interpreter reads no matter where it comes from.
Code that is the source of something could be called source code.Comment
Comment