Found 7 records for the .DDB file extension name
There are 6 other file types using the DDB file extension:
.ddb - ACT! sales data file
.ddb - Device dependent bitmap graphics file
.ddb - Design database file
.ddb - DProfiler cost database
.ddb - Protel 99SE design database file
.ddb - ProWORX Nxt descriptor data file
file extension DDB - INMOS Transputer Development System OCCAM debugging info
File extension DDB description:
Occam is a parallel programming language developed by Inmos for their line of Transputers. Implementations for other platforms exist as well. (The language's name refers to William of Ockham, responsible for Occam's Razor.)
Occam builds on Communicating Sequential Processes (CSP) and shares many of the same features. It is, in a way, a practical implementation of CSP. Occam is a procedural language, similar to Pascal etc.
One feature (also found in Python) necessary to understand the examples below is that indentation and formatting is critical: expressions are terminated by the end of the line, lists of expressions need to be on the same level of indentation.
