Talk:Procedural programming: Difference between revisions

Content deleted Content added
Raboof (talk | contribs)
an attempt to relate imperative and procedural programming. probably incorrect, but please explain why :)
Need more clarity in definition?
Line 6:
 
::The distinction seems to be quite subtle, and could be clearer. I for one don't understand it ;). Could we say that Procedural programming describes a set of rules that are also common `design guidelines' in other paradigms, like for example imperative programming? Obviously breaking up a program in modules and having scoping rules is something common in imperative programming. --[[User:Raboof|Raboof]] 12:22, 13 Apr 2005 (UTC)
 
:::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)
 
== procedural programming ==