|
Pseudocode - Dictionary Definition and Overview |
|
Pseudocode :
A notation resembling a programming language but not intended
for actual compilation. It usually combines some of the
structure of a programming language with an informal
natural-language description of the computations to be carried
out. It is often produced by CASE systems as a basis for
later hand coding.
|
|
|
|
Example Usage of Pseudocode |
 |
cbarrett: Just used my first bit of Perl 6 in Pseudocode.
(It was "[+] array>>.len") |
 |
R_Computers: "If Python is executable Pseudocode, then perl is executable line noise." |
 |
dmv: RT @maayanroth Pseudocode for dreidle: http://short.to/10rma |
|