SaaSHub helps you find the best software and product alternatives Learn more →
C3c Alternatives
Similar projects and alternatives to c3c
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
-
-
-
proposal-record-tuple
Discontinued ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
-
-
-
-
-
-
-
-
kit
Kit: a magical, high performance programming language, designed for game development. (by kitlang)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
c3c discussion
c3c reviews and mentions
-
Show HN: The C³ Programming Language version 2
I hope you do know there's a C3 language for a number of years already https://github.com/c3lang/c3c/
-
Show HN: The C3 programming language (C alternative language)
I don't have any particularly strong stance on provenance. But I've yet to see a strong argument for it in C.
There is not much of a guide I'm afraid. I translated some of the raylib examples to C3: https://github.com/c3lang/c3c/tree/master/resources/examples...
But those are straight up conversions of the original C code.
I think any C tutorial on gamedev would work fine to follow in C3, and then one can leverage features of C3 as desired.
-
C3 (a C-like programming language) hits 0.6.6
4. Compile time `$foreach` now iterates over string literals, which was missing.
The standard library is also seeing some incremental improvements, including `foreach`-compatible iterators for `HashMap`.
In terms of bug fixes, it sees a fairly large amount of bug fixes, mostly on more obscure parts of the language.
For 0.6.7 compile time mutation of compile time arrays will finally be permitted. And perhaps enums might finally have the missing "enums-with-gaps" resolved (currently, enums are strictly numbered 0 and up).
More importantly though, C3 will see the beginning of work to prune unused features from the language, which will then eventually be removed with 0.7.0.
This will be an ongoing job, to take the still somewhat uneven features of 0.6 and remove anything redundant and unused, as well as making sure that they don't have unnecessary special cases.
Blog post with the full changelog: https://c3.handmade.network/blog/p/8983-another_monthly_release__c3_0.6.6_is_here
Link to the C3 homepage: https://c3-lang.org
Finding it on Github: https://github.com/c3lang/c3c
-
JavaScript Structs
And branches [1] of C are still spawning and gaining traction, because C++ is perceived as overkill.
[1]: https://github.com/c3lang/c3c
-
C3 – The Ergonomic, Safe and Familiar Evolution of C
Github: https://github.com/c3lang/c3c
- Show HN: The C3 programming language reaches 0.6
- Odin Programming Language
-
Show HN: The C3 programming language reaches feature-stabiliy
C3, "The C-like for people who like C" just reached v0.5, marking its feature-stable release: https://c3.handmade.network/blog/p/8824-say_hello_to_c3_0.5
Feature stability ensures that version 0.5 will undergo bug fixes and maintenance separately from the main branch, providing projects with a stable compiler version to work with.
Try it out in the browser https://learn-c3.org
Github: https://github.com/c3lang/c3c
If you appreciate C, then maybe this is a language you'll enjoy. Dive into the documentation at https://c3-lang.org to view examples and read more in depth about the language.
-
Give me your feature ideas for a C-like
Tuples are being discussed, although I am unsure if it would be sufficiently useful. (Discussion here and here if you want to leave some thoughts)
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Jul 2025
Stats
c3lang/c3c is an open source project licensed under GNU Lesser General Public License v3.0 only which is an OSI approved license.
The primary programming language of c3c is C.