|
Smalltalk 音标拼音: [sm'ɔlt ,ɔk] The pioneering {object-oriented programming} system
developed in 1972 by the Software Concepts Group, led by {Alan
Kay}, at {Xerox PARC} between 1971 and 1983. It includes a
language, a programming environment, and an extensive object
library.
Smalltalk took the concepts of {class} and {message} from
{Simula-67} and made them all-pervasive. Innovations included
the {bitmap display}, windowing system, and use of a {mouse}.
The {syntax} is very simple. The fundamental construction is
to send a message to an {object}:
object message
or with extra parameters
object message: param1 secondArg: param2 .. nthArg: paramN
where "secondArg:" etc. are considered to be part of the
message name.
Five pseudo-variables are defined: "self", "super", "nil",
"true", "false". "self" is the receiver of the current
message. "super" is used to delegate processing of a message
to the {superclass} of the receiver. "nil" is a reference to
"nothing" (an instance of UndefinedObject). All variables
initially contain a reference to nil. "true" and "false" are
{Booleans}.
In Smalltalk, any message can be sent to any object. The
recipient object itself decides (based on the message name,
also called the "message selector") how to respond to the
message. Because of that, the {multiple inheritance} system
included in the early versions of Smalltalk-80 appeared to be
unused in practice. All modern implementations have single
inheritance, so each class can have at most one superclass.
Early implementations were {interpreted} but all modern ones
use {dynamic translation} (JIT).
Early versions were Smalltalk-72, Smalltalk-74, Smalltalk-76
(inheritance taken from Simula, and concurrency), and
Smalltalk-78, {Smalltalk-80}. Other versions include {Little
Smalltalk}, {Smalltalk/V}, {Kamin's interpreters}. Current
versions are {VisualWorks}, {Squeak}, {VisualAge}, {Dolphin
Smalltalk}, {Object Studio}, {GNU Smalltalk}.
See also: {International Smalltalk Association}.
{UIUC Smalltalk archive (http://st-www.cs.uiuc.edu/)}.
{FAQ (http://XCF.Berkeley.EDU/pub/misc/smalltalk/FAQ/)}.
{Usenet} newsgroup: {news:comp.lang.smalltalk}.
["The Smalltalk-76 Programming System Design and
Implementation", D.H. Ingalls, 5th POPL, ACM 1978, pp. 9-16].
(2001-09-11)
|
安装中文字典英文字典查询工具!
中文字典英文字典工具:
英文字典中文字典相关资料:
- 防衛省共済組合 トップページ
このホームページでは組合員のみなさんに共済組合制度を理解していただくため、現在共済組合が行っている各種事業についてご案内します。 防衛省共済組合 トップページ
- 保険一覧 - 防衛省共済組合
防衛省職員等公務出張海外旅行保険 各部隊等の庶務担当者を通じてお手続きをしてください。 生命・医療共済、火災・災害共済、退職者生命・医療共済※(防衛省職員生活協同組合) <外部リンク>
- 共済組合のしくみ(保険証・扶養認定等) - 防衛省共済組合
防衛省共済組合本部連絡先 防衛省各機関ホームページリンク集 共済組合の 仕組み 保険証・扶養認定等 短期給付 病気、ケガ、出産等の給付 長期給付 年金 福祉事業 貯金・貸付・保険等 施設のご案内 ホテルグランドヒル市ヶ谷等
- 共済組合の組織 - 防衛省共済組合
防衛省共済組合は、防衛省及び独立行政法人駐留軍等労働者労務管理機構に属する職員等(自衛官・事務官等)を組合員として組織され、短期給付・長期給付を行う給付事業と貯金や貸付などの福祉事業を行っています。
- 防衛省共済組合本部連絡先 - 防衛省共済組合
防衛省共済組合は、全国の駐屯地・基地に支部を設置しています。(一部駐屯地・基地を除く。) 〇被扶養者の認定、医療費(自衛官の方は、所属部隊等の衛生へ)、貯金、貸付、団体保険等の内容及び手続きは、所属する支部へお
- 掛金等・負担金 - 防衛省共済組合
共済組合の「短期給付事業」、「長期給付事業」、「福祉事業」及び「介護納付金の納付」に要する費用は、組合員が負担する「短期掛金」、「組合員保険料(組合員たる厚生年金保険の被保険者が負担する厚生年金保険の保険
- 共済組合の事業 - 防衛省共済組合
共済組合の事業内容は大きく分けて、二つに分類されます。 一つは、社会保険(健康保険及び厚生年金保険等)の代行的役割を果たす「給付事業(法定事業ともいいます。
- 令和7年度防衛省共済組合市ヶ谷センター lt; br gt;職員採用試験に . . .
防衛省共済組合及び防衛省共済組合市ヶ谷センター職員の概要 【入力用】市ヶ谷センター採用試験_履歴書・職務経歴書(Excel) 【手書き用】市ヶ谷センター採用試験_履歴書・職務経歴書(PDF)
- 福祉事業(貯金・貸付・保険等) - 防衛省共済組合
共済セミナー ライフプラン支援サイト このページを見ている人はこんなページも見ています
- 採用情報 - 防衛省共済組合
防衛省共済組合本部契約職員等の募集について 防衛省共済組合本部契約職員等の募集について このページを見ている人はこんなページも見ています 定型用紙等ダウンロード 公表・公示 運用方針・規約 共済組合のしくみ (保険証
|
|