.

Friday, May 3, 2019

Functional languages vs. imperative languages Essay

Functional languages vs. imperative languages - Essay Example compulsive languages be greatly influenced by the von Neumann computer architecture due to their high dependency on an instruction look to and a store. They have control structures, like for loops and while loops, which make incremental changes to the memory while iterating oer instructions. Programs written in imperative languages are statement oriented, and their ruler operation is the identification of values to variables in other words, computation is performed with side-effects (Lee 118).Unlike imperative languages, functional languages do not rely on the Von-Neumann architecture as they do not have any concern with variables but only entropy objects and values. The principle operation of functional languages is function application, and they treat functions as first-class objects that may be stored in data structures, passed as parameters, and returned as function results. Programs written in functional language s contain no variables, loop statements, and assignment statements, and use parameters and return values to communicate values in other words, computation is performed with no side-effects (Lee 119).Imperative languages heavily rely on side-effects to implement their state and perform their operations. On the other hand, functional languages deficiency side-effects which allow them to always produce the same result when given with the same parameters. This characteristic of functional languages is called denotive transparency which makes the semantics of these languages far simpler than the semantics of imperative languages (Kedar and Thakare 6-4).In functional languages, the return value of the function can be of any data type including function type. But this is not possible in imperative languages functions delineate in imperative languages are restricted to return values of specific data types (Kedar and Thakare 6-4).Programs written

No comments:

Post a Comment