Compiler Alternatives

Similar projects and alternatives to Compiler

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Compiler alternative or higher similarity.

Compiler reviews and mentions

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 `.`.

Stats

Basic Compiler repo stats
2
314
0.0
almost 2 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com