diff options
author | aliaegik <122149881+aliaegik@users.noreply.github.com> | 2023-06-02 16:38:57 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 08:08:57 -0500 |
commit | 91334b9d9bf296537f6f68b1b07033a89cafd687 (patch) | |
tree | dd293f8245b4f7f06ce8722032e686f461c53dec /lib/asm-docs/generated/asm-docs-python.ts | |
parent | 46f142f4d8a41eb3a6af0c89c79401aaf7c6ac17 (diff) | |
download | compiler-explorer-91334b9d9bf296537f6f68b1b07033a89cafd687.tar.gz compiler-explorer-91334b9d9bf296537f6f68b1b07033a89cafd687.zip |
New Language: C3 (#5086)gh-7530
Related to: https://github.com/compiler-explorer/infra/pull/1017
C3 is a system programming language based on C. It is an evolution of C
enabling the same paradigms and retaining the same syntax as far as
possible.
Design Principles:
Procedural "get things done"-type of language.
Try to stay close to C - only change what's really necessary.
C ABI compatibility and excellent C integration.
Learning C3 should be easy for a C programmer.
Data is inert.
Avoid "big ideas" & the "more is better" fallacy.
Introduce some higher level conveniences where the value is great.
You can try it out live on its tutorial website:
https://www.learn-c3.org
Source code: https://github.com/c3lang/c3c
---------
Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es>
Diffstat (limited to 'lib/asm-docs/generated/asm-docs-python.ts')
0 files changed, 0 insertions, 0 deletions