“Decomposition”版本间的差异

来自iCenter Wiki
跳转至: 导航搜索
(Created page with "Composition and Decomposition is a way to create or disassemble a system into being. ==References== # [http://bartoszmilewski.com/2014/11/04/category-the-essence-of-compositi...")
 
Bkoo讨论
第1行: 第1行:
Composition and Decomposition is a way to create or disassemble a system into being.
+
Composition and Decomposition is a way to create or disassemble a system into being. To formalize this concept, the best bet is to find a concise yet precise language to talk about systems and they compositional possibilities. One such language is called: [[wikipedia:Category Theory]].
 +
 
 +
For practical use, computer programmers have come up with ways to explain category theory in examples and in source code. One can find references in the following list:
  
 
==References==
 
==References==
 
# [http://bartoszmilewski.com/2014/11/04/category-the-essence-of-composition/] Category: The Essence of Composition
 
# [http://bartoszmilewski.com/2014/11/04/category-the-essence-of-composition/] Category: The Essence of Composition

2016年2月5日 (五) 09:42的版本

Composition and Decomposition is a way to create or disassemble a system into being. To formalize this concept, the best bet is to find a concise yet precise language to talk about systems and they compositional possibilities. One such language is called: wikipedia:Category Theory.

For practical use, computer programmers have come up with ways to explain category theory in examples and in source code. One can find references in the following list:

References

  1. [1] Category: The Essence of Composition