Ask HN: Who is developing a programming language that compiles to C?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. v-mode

    🌻 An Emacs major mode for the V programming language.

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. vanity-scheme

    R7RS Scheme Compiler Vanity Project

    https://github.com/rnvannatta/vanity-scheme

    I am currently making a r7rs scheme derivative that compiles to C. The lofty goal is parallel fibers.

    It's in extreme early stages, and I don't expect anyone will use it other than me, but I already like it. The compiler has been self hosted for a few months now. It has a cool FFI that you can see in use in the demos folder. Working on adding header generation to the module system.

    While Chicken Scheme is cool, I don't think it'll be parallel, and not in the way I want it to be, and I am willing to make a lot of compromises Chicken isn't to get there. As mentioned, I am willing to settle with fibers for parallelism, and heavily eschewing side effects, making changes from r7rs to get there. For example, there will be no dynamic-wind provided and parameter objects will have different, thread friendlier, semantics.

  4. vala-www

    Website of the Vala programming language

  5. compilers-targeting-c

    A list of compilers that can generate C code

    https://github.com/dbohdan/compilers-targeting-c

    I'm long time fan of programming languages that compiles to C hoping that one day will fall in love with one endlessly! :-)

  6. advent-of-code-2022

    My Advent of Code 2022 solutions, in Koka 🎄🎁 (by neysofu)

    I have a toy language I play around with that's just in specifications stage. Not mine but an interesting compile-to-c language: https://github.com/koka-lang/koka. Functional, effects, no-GC.

  7. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The V Programming Language 0.4

    6 projects | news.ycombinator.com | 28 Aug 2023
  • Server benchmark V vs Go

    2 projects | /r/vlang | 25 Apr 2023
  • Trying out V lang, a simple & fast language

    2 projects | dev.to | 29 Jan 2023
  • Is there any worth in learning C in 2022?

    2 projects | /r/suckless | 24 Sep 2022
  • Programs built with the V compiler no longer leak memory by default.

    3 projects | /r/programmingcirclejerk | 9 Aug 2022

Did you know that Emacs Lisp is
the 29th most popular programming language
based on number of references?