翻訳と辞書
Words near each other
・ dislang
・ disman
・ display
・ display hack
・ display postscript
・ display screen equipment
・ display standard
・ display standards
・ display terminal
・ dissociated press
distfix
・ distributed component object model
・ distributed computing environment
・ distributed data management
・ distributed data warehouse
・ distributed database
・ distributed eiffel
・ distributed logic programming
・ distributed management environment
・ distributed memory


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

distfix : FOLDOC
distfix
("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").
Objective C {messages} are effectively distfix operator applications:
getRow:row andColumn:col ofCell:cell

is a message with three arguments, row, col, and cell.
(1997-01-21)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.