awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesHaskell Compilation

The process of converting Haskell source code into machine-executable binaries and libraries.

Distinguishing note: Existing candidates are either too general or specific to tutorials/libraries; this defines the compilation domain.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Haskell Compilation. Refine with filters or upvote what's useful.

Awesome Haskell Compilation GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • commercialhaskell/stackcommercialhaskell का अवतार

    commercialhaskell/stack

    4,047GitHub पर देखें↗

    Stack is a build tool, package manager, and project bootstrapper for the Haskell language. It provides a consistent environment for compiling source code, managing project binaries, and executing programs. The system ensures reproducible builds through snapshot-based dependency resolution and manages the installation of specific compiler binaries to match project requirements. It utilizes content-addressable package storage and local-path caching to maintain the integrity of source code and avoid redundant downloads across different projects. The toolset covers the full development lifecycle

    Converts Haskell source code into runnable binaries and libraries for deployment or local testing.

    Haskell
    GitHub पर देखें↗4,047
  • haskell/haskell-language-serverhaskell का अवतार

    haskell/haskell-language-server

    2,936GitHub पर देखें↗

    The Haskell Language Server is an implementation of the Language Server Protocol that provides real-time diagnostics, code navigation, and refactoring support for Haskell projects. It functions as a backend service that enables advanced editing capabilities within standard text editors by facilitating communication between the development environment and the Haskell compiler. The project distinguishes itself through a modular, plugin-based architecture that allows for the integration of independent components for specific language features. It leverages the host compiler as a library to perfo

    Provides real-time code diagnostics, navigation, and refactoring support for Haskell projects within standard text editors.

    Haskellcabalghchacktoberfest
    GitHub पर देखें↗2,936
  • valderman/haste-compilervalderman का अवतार

    valderman/haste-compiler

    1,482GitHub पर देखें↗

    Haste-compiler is a source-to-source compiler and web framework that translates Haskell source code into JavaScript programs for execution in web browsers and server environments. It enables the creation of unified web applications from a single type-safe codebase, automatically generating communicating client and server binaries while preserving static type guarantees across tiers. The system translates high-level code through an existing compiler infrastructure paired with custom code generators, supported by an AST-based optimization and minification pipeline for producing lean deployment

    Converts Haskell source code into efficient JavaScript programs for execution in browsers and servers.

    Haskellcompilerghchaskell
    GitHub पर देखें↗1,482
  1. Home
  2. Programming Languages & Runtimes
  3. Haskell Compilation

सब-टैग एक्सप्लोर करें

  • IDE IntegrationsTools that provide language intelligence and editor support specifically for the Haskell language. **Distinct from Haskell Compilation:** Distinct from Haskell Compilation: focuses on editor-side language intelligence and diagnostics rather than the binary compilation process.