SP
BravenNow
🏒
🌐 Entity

Functional programming

Programming paradigm based on applying and composing functions

πŸ“Š Rating

1 news mentions Β· πŸ‘ 0 likes Β· πŸ‘Ž 0 dislikes

πŸ“Œ Topics

  • Artificial Intelligence (1)
  • Machine Learning (1)
  • Computational Mechanisms (1)

🏷️ Keywords

LLMs (1) Β· Filter heads (1) Β· Attention mechanisms (1) Β· List processing (1) Β· Functional programming (1) Β· Causal mediation analysis (1) Β· Transformer architecture (1) Β· Neural networks (1)

πŸ“– Key Information

In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions. It is a declarative programming paradigm in which function definitions are trees of expressions that map values to other values, rather than a sequence of imperative statements which update the running state of the program. In functional programming, functions are treated as first-class entities, meaning that they can be bound to names (including local identifiers), passed as arguments, and returned from other functions, just as any other data type can.

πŸ“° Related News (1)

  • πŸ‡ΊπŸ‡Έ LLMs Process Lists With General Filter Heads

    arXiv:2510.26784v2 Announce Type: replace Abstract: We investigate the mechanisms underlying a range of list-processing tasks in LLMs, and we find th...

πŸ”— Entity Intersection Graph

Attention (machine learning)(1)Large language model(1)List (abstract data type)(1)Functional programming

People and organizations frequently mentioned alongside Functional programming:

πŸ”— External Links