펑션,function

펑션,function (rev. 1.8)


이거 pagename을 펑션 보다는 루틴,routine 서브루틴,subroutine으로 하는 건 어떤가?

Sub:
함수호출 펑션호출 functionl_call or 그냥 호출,call
함수합성 펑션합성 function_composition
{
https://wiki.haskell.org/Function_composition



Up: compiler_ or code_ optimization ?
}
first order function ?
{
... Google:first order function
}
higher-order_function
{
https://wiki.haskell.org/Higher_order_function
... Google:higher order function
}

pure_function - 부수효과/부작용/side_effect가 없는
impure_function - 그렇지 않은
{
function : pure if ...
programming_language : purely functional if evaluation of expressions is pure.
https://wiki.haskell.org/Pure
}





PL Syntax
파이썬,Python:
def funcname():