awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Portable C Runtimes · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesPortable C Runtimes

Core logic implementations written in portable C for cross-platform compatibility.

Distinguishing note: Focuses on the portability of the core engine rather than general-purpose system utilities.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Portable C Runtimes. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Portable C Runtimes

Awesome Portable C Runtimes GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • vim/vim

    vim/vim

    39,877View on GitHub↗

    Vim is a keyboard-driven text editor designed for the high-speed manipulation of source code and plain text files. It utilizes a modal interface that interprets keystrokes as either text insertion or complex navigation and editing commands. Built on a portable C core, the software maintains a consistent experience across diverse operating systems and terminal emulators through an abstraction layer that manages text in memory-mapped buffers. The editor functions as a highly modular platform that supports extensive customization through a built-in scripting engine and a plugin-based architectur

    The primary logic is implemented in highly portable C code to ensure consistent performance and behavior across diverse operating systems and hardware.

    Vim Scriptccross-platformtext-editor
    39,877View on GitHub↗