Talk:Procedural programming: Difference between revisions

Content deleted Content added
Need more clarity in definition?
Rewrite
Line 9:
:::I can't pretend that I fully understand the definition either, but it would appear that procedural programming describes something which is so embedded in programming styles that it's taken for granted. Imperative languages divide their code up into files (C), or classes (C++, Java); some functional languages divide the code up into modules (Haskell, SML) and classes (OCaml) for the same reason. I assume logic programming languages do something very similar. Surely only the very simplest programs written nowadays are in the form of one monolithic main() method! :) [[User:129.215.13.84|129.215.13.84]] 28 June 2005 16:49 (UTC)
 
==Rewrite==
== procedural programming ==
Hopefully this clarifies the distinction between the procedural and imperative programming paradigms, and hopefully my understanding of these concepts is reasonably accurate. Revisions, clarifications, and corrections are welcome... -- [[User:Beland|Beland]] 07:07, 11 July 2005 (UTC)