Skip to content
EntityQ193076· pop 57· linked from 811 articles

برمجة وظيفية

Sign in to save

Also known as FP

programming paradigm based on applying and composing functions

AI overview

Functional programming is a style of computer programming that organizes code around functions—reusable blocks of instructions that take inputs and produce outputs—rather than around objects that store data and change state. This approach can make programs easier to understand, test, and maintain because functions behave predictably and don't rely on hidden changes happening elsewhere in the code.

AI-generated from the Wikipedia summary — may contain errors.

Wikidata facts

Show 3 more facts
Commons category
Functional programming
Mastodon instance URL
functional.cafe
Sources (5)

via Wikidata · CC0

Article · العربية

البرمجة الوظيفية هي البرمجة التي تتعامل مع الحسابات كحل الدوال الرياضية باتباع قواعد وقوانين رياضية. الهدف من البرمجة الوظيفية محاكاة طريقة حل الدوال الرياضية بأكبر درجة ممكنة.هذا الهدف هو ماجعل البرمجة الوظيفية تختلف تمامًا عن البرمجة باستخدام لغات الأوامر في طريقة تعاملها مع المشكلات وحلها.

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories