awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kiselgra avatar

kiselgra/c-mera

0
View on GitHub↗
444 stars·23 forks·Common Lisp·1 view

C Mera

C-Mera is a very simple source-to-source compiler that utilizes Lisp's macro system for meta programming of C-like languages. One of its main goals is to be easily extensible to other C-like languages and the different versions based on C-Mera's core illustrate that this is a simple process.

Features

  • Compilers and Interop - Source-to-source compiler for C-like languages.
  • Scheme Implementations - Lisp-like syntax for C with extensions for GPU programming.

Star history

Star history chart for kiselgra/c-meraStar history chart for kiselgra/c-mera

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to C Mera

Similar open-source projects, ranked by how many features they share with C Mera.
  • anko/eslispanko avatar

    anko/eslisp

    540View on GitHub↗

    un-opinionated S-expression syntax and macro system for JavaScript

    LiveScript
    View on GitHub↗540
  • carp-lang/carpcarp-lang avatar

    carp-lang/Carp

    5,815View on GitHub↗

    Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless integration with existing C libraries and low-level system programming. It manages memory deterministically at compile time using ownership tracking and linear types, eliminating garbage collection pauses and runtime overhead while ensuring type safety through an inferred static type system. The language distinguishes itself through compile-time macro expansion and metaprogramming capabilities, allowing code generation and transformation before final binary output. It enforces

    Haskellfunctionalfunctional-programminggame-development
    View on GitHub↗5,815
  • chr15m/flkchr15m avatar

    chr15m/flk

    504View on GitHub↗

    Fleck is a Clojure-like LISP that runs wherever Bash is.

    Shell
    View on GitHub↗504
  • alandipert/gherkinA

    alandipert/gherkin

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to C Mera→

Frequently asked questions

What does kiselgra/c-mera do?

C-Mera is a very simple source-to-source compiler that utilizes Lisp's macro system for meta programming of C-like languages. One of its main goals is to be easily extensible to other C-like languages and the different versions based on C-Mera's core illustrate that this is a simple process.

What are the main features of kiselgra/c-mera?

The main features of kiselgra/c-mera are: Compilers and Interop, Scheme Implementations.

What are some open-source alternatives to kiselgra/c-mera?

Open-source alternatives to kiselgra/c-mera include: anko/eslisp — un-opinionated S-expression syntax and macro system for JavaScript. carp-lang/carp — Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless… chr15m/flk — Fleck is a Clojure-like LISP that runs wherever Bash is. digego/extempore — Extempore is a live-coding environment for music, audio and graphics. It pairs a Scheme interpreter with xtlang---a… dundalek/liz — Borrowing Zig's tagline:. alandipert/gherkin.