Category:C3

From Rosetta Code
Language
C3
This programming language may be used to instruct a computer to perform a task.
Execution method: Compiled (machine code)
Garbage collected: No
Parameter passing methods: By value
Type safety: Unsafe
Type strength: Weak
Type compatibility: Nominative, Structural
Type expression: Explicit
Type checking: Static
Lang tag(s): c3
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using C3.

C3 is a procedural, imperative language evolved from C, with minor changes to syntax and semantics. Among the changes are added modules, semantic macros, error handling and slices. There is no preprocessor.

The C3 name is a nod to the C2 language which it was inspired by. It shares goals and some syntax with C2, and the original author of C3 also contributed to C2's source code.