awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
flycheck avatar

flycheck/flycheck

0
View on GitHub↗
2,521 stars·458 forks·Emacs Lisp·GPL-3.0·15 viewswww.flycheck.org↗

Flycheck

On the fly syntax checking for GNU Emacs

Features

  • Build Systems - Modern syntax checking for Emacs.
  • Editor Extensions - Modern syntax checking for Emacs using GCC or Clang.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star history

Star history chart for flycheck/flycheckStar history chart for flycheck/flycheck

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 Flycheck

Similar open-source projects, ranked by how many features they share with Flycheck.
  • adamierymenko/huffandpuffA

    adamierymenko/huffandpuff

    0View on GitHub↗
    View on GitHub↗0
  • alanxz/rabbitmq-calanxz avatar

    alanxz/rabbitmq-c

    1,859View on GitHub↗

    RabbitMQ C client

    C
    View on GitHub↗1,859
  • abiggerhammer/hammerabiggerhammer avatar

    abiggerhammer/hammer

    291View on GitHub↗

    Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.

    C
    View on GitHub↗291
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
See all 30 alternatives to Flycheck→

Frequently asked questions

What does flycheck/flycheck do?

On the fly syntax checking for GNU Emacs

What are the main features of flycheck/flycheck?

The main features of flycheck/flycheck are: Build Systems, Editor Extensions, Windows Environments.

What are some open-source alternatives to flycheck/flycheck?

Open-source alternatives to flycheck/flycheck include: antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… awslabs/s2n — s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It… abiggerhammer/hammer — Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that. alanxz/rabbitmq-c — RabbitMQ C client. adamierymenko/huffandpuff. b-k/apophenia — A C library for statistical and scientific computing.