Differences between current version and predecessor to the previous major change of ImperativeLanguage.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Sunday, October 26, 2003 7:33:28 am | by AristotlePagaltzis | |
Older page: | version 1 | Last edited on Sunday, August 10, 2003 3:34:13 pm | by PerryLorier | Revert |
@@ -1,5 +1 @@
-Langages where you specify how to do something by breaking it down in a series of steps, where each step must be completed before the next one is started. Most "Traditional" programming languages are like this.
-
-Compare
-*
[DeclarativeLanguage
]s where you specify the rules about the answer you want, ask a question and the computer figures out how to answer it.
-* [FunctionalLanguage]s where you specify how to do various steps, and let the computer figure out in what order to do them in
.
+Describe
[ImperativeLanguage
] here
.