翻訳と辞書
Words near each other
・ Coldwater River (Michigan)
・ Coldwater River (Mississippi)
・ Coldwater River (Simcoe County)
・ Coldwater River (Western Michigan)
・ Coldwater River National Wildlife Refuge
・ Coldwater River Provincial Park
・ Coldblooded (film)
・ Coldblooded (James Brown song)
・ Coldblow
・ Coldblow Col
・ ColdBox Platform
・ Coldbrook Creek (Michigan)
・ Coldbrook Farm
・ Coldbrook, Illinois
・ Coldbrook, Nova Scotia
ColdC
・ Coldcut
・ Coldean
・ Colden
・ Colden Common
・ Colden Common F.C.
・ Colden Family Cemetery
・ Colden Mansion Ruins
・ Colden, New York
・ Colden, West Yorkshire
・ Coldeportes
・ Colder
・ Colder (musician)
・ Colder Than Hell
・ Colder Than Here


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

ColdC : ウィキペディア英語版
ColdC

ColdC is a programming language, forked from C--/ColdMUD (created by Greg Hudson). The ColdC project was started and maintained by Brandon Gillespie along with other developers, and managed ColdC/Genesis addressing applications in fields unrelated to MUDs. It is a dynamically typed prototype-based object oriented system, with a syntax derived from the C programming language. The original C-- was heavily influenced in design by the CoolMUD system and programming language. The resulting ColdC featured characteristics:
* Designed for server operating environments, with a runtime that provides persistence of both data and bytecode (through an object database). Similar to Java, but if the .jar file would be continually updated with object changes as the JVM executed.
* Strong encapsulation, where all object Instance variables are private and not externally visible. Methods must be added to expose them. This is similar to early object-oriented languages such as Smalltalk.
* Multiple ''parent'' relationships, that is multiple objects from which an object can inherit behaviour.
In addition, there are some specific innovations that ColdC added:
* A new datatype for lightweight, immutable objects, called "frobs".
* An associative array datatype (aka dictionary)
==External links==

*
*(ColdC 1.1 Reference Manual )
*(ColdMUD Programmer's Reference )


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「ColdC」の詳細全文を読む



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

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