Category:C3

Revision as of 08:29, 27 May 2021 by Lerno (talk | contribs) (Intro)
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 language evolved from C, with minor changes to syntax and semantics. Like C it's intended for procedural programming. Among other thing it adds modules, semantic macros, error handling and slices on top of what C offers, while doing away with the 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.

If you can't find an implementation for your task in the C3 category below, please look in the C category, as many of the tasks can be implemented very similarly in C3 and C.