functional programming

کلمات مرتبط(functional programming):بازگشت به واژه functional programmingfunctional
programming

کامپيوتر : برنامه نويسى تابعىکلمات مرتبط(2)


functional programming

Microsoft Computer Dictionary

n. A style of programming in which all facilities are provided as functions (subroutines), usually without side effects. Pure functional programming languages lack a traditional assignment statement; assignment is usually implemented by copy and modify operations. Functional programming is thought to offer advantages for parallel-processing computers. See also side effect.