Funarg problem: Difference between revisions

Content deleted Content added
m Example: {{sxhl}}
Adding local short description: "Programming language implementation problem", overriding Wikidata description "compiler construction difficulty in supporting first-class functions that capture variables without dynamic memory allocation"
Line 1:
{{Short description|Programming language implementation problem}}
In [[computer science]], the '''funarg problem''' ''(function argument problem)'' refers to the difficulty in implementing [[first-class function]]s ([[function (programming)|function]]s as [[first-class object]]s) in programming language implementations so as to use [[stack-based memory allocation]] of the functions.