- 論壇徽章:
- 0
|
Functional programming involves writing programs using pure functions. Unlike conventional programming (including much object-oriented programming), side-effects are completely eradicated. This allows a very clean, very high-level, very concise programming model, which is also:
* quick to write;
* easy to reason about;
* easy to modify/debug;
* easy to parallelise.
http://www-fp.cs.st-andrews.ac.uk/index.shtml
logo_st_and.png (8.74 KB, 下載次數(shù): 28)
下載附件
2008-09-16 13:16 上傳
|
評(píng)分
-
查看全部評(píng)分
|