ableC VS Compiler

Compare ableC vs Compiler and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ableC Compiler
1 2
35 314
- 0.0%
6.3 0.0
about 14 hours ago almost 2 years ago
C D
GNU Lesser General Public License v3.0 only GNU General Public License v3.0 or later
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.

ableC

Posts with mentions or reviews of ableC. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-06.
  • The Fastest, Safest PNG Decoder in the World
    15 projects | news.ycombinator.com | 6 Apr 2021
    I work on (well, mostly near) an extensible C compiler, designed so extension authors can independently create extensions, and users can import them as easily as libraries: https://github.com/melt-umn/ableC/

    IMO this approach hasn't taken off because maintaining compatibility with C while adding safety (or really just about any property) means implementing your own sublanguage that can't arbitrarily call C functions while maintaining your safety properties. On the other hand, C being able to call into your sublanguage easier is a benefit versus jury-rigging Cargo into your build system (in the case of Rust).

    On the other hand, this approach works great for adding extensions that increase the expressive power of C with new abstractions, for example algebraic data types, C++-like templating, etc.

Compiler

Posts with mentions or reviews of Compiler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-28.
  • Code Red: The Business Impact of Code Quality
    4 projects | news.ycombinator.com | 28 Oct 2022
  • The Fastest, Safest PNG Decoder in the World
    15 projects | news.ycombinator.com | 6 Apr 2021
    > I'm a big believer in technical continuity.

    So am I. D is designed to be an easy transition from C and C-With-Classes. For example, here is some code in C that was translated to D (it's part of the DMD compiler):

    C:

    https://github.com/DigitalMars/Compiler/blob/dmc-cxx/dm/src/...

    D:

    https://github.com/DigitalMars/Compiler/blob/master/dm/src/d...

    They look pretty much the same. The code generated is the same. In those repositories you can also see how I translated the C versions to D with plenty of examples.

    The biggest impediment is the C preprocessor. You wouldn't really want to carry that forward.

    After removing dependency on the C preprocessor, most of the work is global search/replacing things like `->` to `.`.

What are some alternatives?

When comparing ableC and Compiler you can also consider the following projects:

smhasher - Hash function quality and speed tests

png-decoder - A pure-Rust, no_std compatible PNG decoder

wuffs - Wrangling Untrusted File Formats Safely

Halide - a language for fast, portable data-parallel computation

ivory - The Ivory EDSL