mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Update README.md
Add showcase link.
This commit is contained in:
committed by
GitHub
parent
e39c7cae8d
commit
a0d4df2272
@@ -17,7 +17,9 @@ The manual for C3 can be found at [www.c3-lang.org](http://www.c3-lang.org).
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Thanks to full ABI compatibility with C, it's possible to mix C and C3 in the same project with no effort. As a demonstration, vkQuake was compiled with a small portion of the code converted to C3 and compiled with the c3c compiler. (The fork can be found at https://github.com/c3lang/vkQuake)
|
Thanks to full ABI compatibility with C, it's possible to mix C and C3 in the same project with no effort. As a demonstration, vkQuake was compiled with a small portion of the code converted to C3 and compiled with the c3c compiler. (The aging fork can be found at https://github.com/c3lang/vkQuake)
|
||||||
|
|
||||||
|
A non-curated list of user written projects and other resources can be found [here](https://github.com/c3lang/c3-showcase).
|
||||||
|
|
||||||
### Design Principles
|
### Design Principles
|
||||||
- Procedural "get things done"-type of language.
|
- Procedural "get things done"-type of language.
|
||||||
@@ -124,6 +126,7 @@ fn void main()
|
|||||||
- New semantic macro system
|
- New semantic macro system
|
||||||
- Module based name spacing
|
- Module based name spacing
|
||||||
- Slices
|
- Slices
|
||||||
|
- Operator overloading
|
||||||
- Compile time reflection
|
- Compile time reflection
|
||||||
- Enhanced compile time execution
|
- Enhanced compile time execution
|
||||||
- Generics based on generic modules
|
- Generics based on generic modules
|
||||||
@@ -407,4 +410,4 @@ A special thank you to sponsors [Caleb-o](https://github.com/Caleb-o) and [devda
|
|||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
|
||||||
[](https://www.star-history.com/#c3lang/c3c&Date)
|
[](https://www.star-history.com/#c3lang/c3c&Date)
|
||||||
|
|||||||
Reference in New Issue
Block a user