cake VS cedro

Compare cake vs cedro and see what are their differences.

cake

Cake a C23 front end and transpiler written in C (by thradams)

cedro

C programming language extension: Cedro pre-processor (by Sentido-Labs)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
cake cedro
19 6
496 44
- -
9.8 3.4
6 days ago about 1 year ago
C C
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cake

Posts with mentions or reviews of cake. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-21.

cedro

Posts with mentions or reviews of cedro. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-08.
  • OOP in C
    7 projects | news.ycombinator.com | 8 Jan 2023
    I’ve built it for now in a separate branch called “self”:

        git clone -b self https://github.com/Sentido-Labs/cedro.git
  • What do you think about a C transpiler?
    6 projects | /r/C_Programming | 12 Sep 2022
    Currently, it does not make any difference whether this is one token or more because it is sent to the compiler exactly the same as it came in, but you could write a macro/plugin (src/macros/] that recognized this pattern and inserted a space right before the minus “-” sign.
  • Show HN: Loop macros, label break, slices in C with the Cedro preprocessor
    2 projects | news.ycombinator.com | 28 Apr 2022
    Hi, when I presented the first release here 8 months ago (https://news.ycombinator.com/item?id=28166125) it got interesting comments and today I’ve made a new release with additional features:

    - Break out of nested loops: break label; (https://sentido-labs.com/en/library/cedro/202106171400/#labe...)

    - Notation for array slices: array[start..end] (https://sentido-labs.com/en/library/cedro/202106171400/#slic...)

    - Loop macros: #foreach { ... #foreach } (https://sentido-labs.com/en/library/cedro/202106171400/#loop...)

    The possibility of loop macros was discussed in this thread: https://news.ycombinator.com/item?id=28166698

    At the time I hadn’t figured out how to make it useful without type information, but now it works. The same for the array slice notation: it took me a while to figure out how to make it do something useful without reflection, with a purely syntantical transformation.

    Loop macros are useful for the kind of things for which you would use x-macros (https://en.wikipedia.org/wiki/X_Macro), with the advantage that it does not pollute the global namespace with macro names and the body of the macro stays more similar to the final result, which makes big macros easier to read.

    Since it runs before the standard C preprocessor it can do things like building up `_Generic` macros as shown in the loop macro vec example: https://sentido-labs.com/en/library/cedro/202106171400/#loop...

    Source code (Apache 2.0 license): https://sentido-labs.com/en/library/ or https://github.com/Sentido-Labs/cedro

  • is there a c function exit hook?
    1 project | /r/C_Programming | 21 Feb 2022
    If pre-processing your code is an acceptable compromise, my Cedro pre-processor has that feature: passing a file through it produces standard C code for your compiler, and it includes a wrapper cedrocc that can be used in Unix/POSIX-style systems like Linux as a drop-in replacement for GCC: https://github.com/Sentido-Labs/cedro/
  • Keeping POWER relevant in the open source world
    9 projects | news.ycombinator.com | 22 Jan 2022
    What I’d like to do is a quick proof-of-concept to see whether whatever instructions are available in my CPU can be leveraged for UTF-8 en-/decoding.

    For instance, does it work any better than my C implementation? https://github.com/Sentido-Labs/cedro/blob/master/src/cedro....

    Maybe the compiler already compiles that to an optimal SIMD version, I don’t know.

What are some alternatives?

When comparing cake and cedro you can also consider the following projects:

lang - This is the source code repository for the Lang Programming Language, containing a compiler, documentation and soon-to-be standard library.

cyclone - Cyclone is a type- and memory-safe dialect of C

tombl - Easily query TOML files from bash

a2i

run-clang-format - A wrapper script around clang-format, suitable for linting multiple files and to use for continuous integration

ooduck - Duck-Typing C library based on ooc.pdf

pg_netstat - PostgreSQL extension to monitor database network traffic

a2o

pycparser - :snake: Complete C99 parser in pure Python

librealsense - Intel® RealSense™ SDK

narcissus - INACTIVE - http://mzl.la/ghe-archive - The Narcissus meta-circular JavaScript interpreter

ciao - Ciao is a modern Prolog implementation that builds up from a logic-based simple kernel designed to be portable, extensible, and modular.