Misplaced Pages

Monad: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 16:41, 29 November 2002 editNixdorf (talk | contribs)Administrators7,374 editsmNo edit summary← Previous edit Revision as of 13:59, 2 December 2002 edit undoDerek Ross (talk | contribs)Administrators20,228 editsm spNext edit →
Line 1: Line 1:
The word '''monad''' had had many meanings in different contexts: The word '''monad''' had had many meanings in different contexts:


#Among the ] (followers of ]) the '''monad''' was the first thing that came into existance. The monad begat the ''dyad'', which begat the numbers, the numbers begat points, which begat lines, which begat two-dimensional entities, which begat three-dimensional entities, which begat bodies, which begat the four ]s ], ], ] and ], from which the rest of our world is built up. The monad was thus a central concept in the ] och the pythagoreans, who held the belief that the world was - ''literally'' - built up by numbers. #Among the ] (followers of ]) the '''monad''' was the first thing that came into existence. The monad begat the ''dyad'', which begat the numbers, the numbers begat points, which begat lines, which begat two-dimensional entities, which begat three-dimensional entities, which begat bodies, which begat the four ]s ], ], ] and ], from which the rest of our world is built up. The monad was thus a central concept in the ] of the Pythagoreans, who held the belief that the world was - ''literally'' - built up by numbers.
#Within ], the '''monad''' was the higher being which created (or was subdivided into) lesser gods. Some sources mention the monad being split in 12 gods which in turn were split in 12, so out of these 144 lesser-lesser gods, the ] and ] were only two. #Within ], the '''monad''' was the higher being which created (or was subdivided into) lesser gods. Some sources mention the monad being split in 12 gods which in turn were split in 12, so out of these 144 lesser-lesser gods, the ] and ] were only two.
#In the writings of the ] ], the '''monads''' appear as spiritual entities which make up the essence of our world. They do not interact (are "windowless") with our world, and does not have volume (does not take up space) and are thus impossible to detect with scientific methods. The arrangements of the monads make up the faith and structure of this world, which to Leibniz was "the best of all possible worlds". #In the writings of the ] ], the '''monads''' appear as spiritual entities which make up the essence of our world. They do not interact (are "windowless") with our world, and do not have volume (do not take up space) and are thus impossible to detect by scientific methods. The arrangements of the monads make up the faith and structure of this world, which to Leibniz was "the best of all possible worlds".
#Within mathematics a '''monad''' is a ] consisting of one single ]. #Within mathematics a '''monad''' is a ] consisting of one single ].
#In pure ]s such as ], '''monads''' are data types that encapsulate the functional ]-activity, in such a manner that the side-effects of IO are not allowed to spread out of the part of the program that is not functional (imperative). #In pure ]s such as ], '''monads''' are data types that encapsulate the functional ]-activity, in such a manner that the side-effects of IO are not allowed to spread out of the part of the program that is not functional (imperative).

Revision as of 13:59, 2 December 2002

The word monad had had many meanings in different contexts:

  1. Among the Pythagoreans (followers of Pythagoras) the monad was the first thing that came into existence. The monad begat the dyad, which begat the numbers, the numbers begat points, which begat lines, which begat two-dimensional entities, which begat three-dimensional entities, which begat bodies, which begat the four elements earth, water, fire and air, from which the rest of our world is built up. The monad was thus a central concept in the cosmology of the Pythagoreans, who held the belief that the world was - literally - built up by numbers.
  2. Within Gnosticism, the monad was the higher being which created (or was subdivided into) lesser gods. Some sources mention the monad being split in 12 gods which in turn were split in 12, so out of these 144 lesser-lesser gods, the Demiurge and Jesus were only two.
  3. In the writings of the philosopher Gottfried Leibniz, the monads appear as spiritual entities which make up the essence of our world. They do not interact (are "windowless") with our world, and do not have volume (do not take up space) and are thus impossible to detect by scientific methods. The arrangements of the monads make up the faith and structure of this world, which to Leibniz was "the best of all possible worlds".
  4. Within mathematics a monad is a set consisting of one single element.
  5. In pure functional programming languages such as Haskell, monads are data types that encapsulate the functional I/O-activity, in such a manner that the side-effects of IO are not allowed to spread out of the part of the program that is not functional (imperative).