upvalue - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

upvalue - перевод на русский

TECHNIQUE FOR CREATING LEXICALLY SCOPED FIRST CLASS FUNCTIONS
Closure (programming); Lexical closure; Closure (Computer Science); Lexical closures; Closure (computing); Upvalue; Function closure; Function closures; Closures (computer science); Closure (computer science); Local classes in Java

upvalue         

[ʌp'vælju:]

глагол

общая лексика

повысить стоимость

цену

повысить курс (валюты)

upvalue         
повысить стоимость

Википедия

Closure (computer programming)

In programming languages, a closure, also lexical closure or function closure, is a technique for implementing lexically scoped name binding in a language with first-class functions. Operationally, a closure is a record storing a function together with an environment. The environment is a mapping associating each free variable of the function (variables that are used locally, but defined in an enclosing scope) with the value or reference to which the name was bound when the closure was created. Unlike a plain function, a closure allows the function to access those captured variables through the closure's copies of their values or references, even when the function is invoked outside their scope.

Как переводится upvalue на Русский язык