0%

ALL meanings of distfix

D d
  • noun Technical meaning of distfix (programming)   ("distributed fixity"?) A description of an operator represented by multiple symbols before, between, and/or after the arguments. The classical example is the C conditional operator, "?:" which is written E1 ? E2 : E3 If E1 is true it returns E2 otherwise it returns E3. Several functional programming languages, e.g. Hope, Haskell, have similar operators ("if E1 then E2 else E3"). getRow:row andColumn:col ofCell:cell is a message with three arguments, row, col, and cell. 1
  • adjective distfix (computing theory) mixfix. 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?