source code

created by nate
(thing) by Falrick (?) (print)   (I like it!) Sat Nov 13 1999 at 8:37:50
Source code is what a software author writes when she/he creates a program. One of two things can happen after the source is written: the program can be run with the computer "interpreting" every piece of the source code as it runs into it, or the source code can be compiled into something that the computer understands natively.
(idea) by mordel (7.5 hr) (print)   (I like it!) 1 C! Tue Nov 07 2000 at 0:27:09

This is meant to point you towards all things code, well at least in the sense of source code. Try the Cryptology Meta-node for that other code. There's quite a bit on here about code, so keep on me so I don't fall behind.

This was so funny, I had to put it first: I'm a little source code short and stout, here is my input here is my out


Back to the Programming Metanode
(thing) by viterbiSearcher (8.3 mon) (print)   (I like it!) Sat Sep 01 2001 at 4:12:08
The source code for many programs not human readable. There are a number of reasons for this: A compiler (or language translator) has an input language which is a higher level language compare to it's output language. The input language is called source code. If there were reason in the world the output language would be called sink code, but there isn't, so it isn't.

Thus the YACC takes YACC source code and generates C, this C is not source code to YACC but is source code to a C compiler.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.