ColdC

ColdC
Paradigm Prototype-based
Designed by Greg Hudson
Developer Greg Hudson (and others)
First appeared 1993
dynamic

ColdC is a programming language, originally designed for ColdMUD by Greg Hudson in 1993, but with some 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. It is similar to the MOO programming language in that it operates in a runtime which provides persistence (through an object database) and network access.

ColdC includes many of the attributes that made their debut with the CoolMUD system and programming language, such as:

In addition, there are some specific innovations that ColdC added:

External links