"currying" 怎么发音
word
KURR-ee-ing
KURR-ih-ing
释义
Currying is a concept in programming where a function with multiple arguments is transformed into a sequence of functions, each taking one argument at a time.
IPA 音标
美式英语
ˈkɝiɪŋ
英式英语
kˈʌɹɪɪŋ
简化发音
美式
KURR-ee-ing
英式
KURR-ih-ing
语境中听
Currying is important in functional programming.
Currying changes how arguments are provided to functions.
In JavaScript, currying makes code more flexible.
Many libraries use currying to simplify function composition.