awesome-repositories.comCategoriiBlog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rescript-lang avatar

rescript-lang/rescript

0
View on GitHub↗
7,396 stele·484 fork-uri·ReScript·10 vizualizărirescript-lang.org↗

Rescript

ReScript is a statically typed programming language and compiler designed to transform type-safe source code into efficient, human-readable JavaScript. It functions as a transpiler that enforces data consistency and prevents runtime errors through static type analysis for both web and server applications.

The project distinguishes itself as an incremental build system that analyzes dependency graphs to recompile only modified files and their dependents. It includes a JSX compatible compiler for building user interfaces and provides a framework for bridging type-safe code with existing JavaScript libraries through consistent interfaces for functions and types.

Broad capabilities include the generation of TypeScript definitions, dead-code elimination via scoped annotations, and the provision of code intelligence such as autocomplete and jump-to-definition. The system also supports build-time feature flags, asynchronous logic handling, and automated source code formatting.

Features

  • Source-to-JavaScript Transpilers - Translates a robustly typed source language into efficient, human-readable JavaScript by stripping type annotations.
  • Typed JavaScript Alternatives - Provides a robust static type system that compiles to efficient JavaScript to prevent runtime errors.
  • Incremental Build Engines - Utilizes a high-performance engine to recompile only modified components, significantly reducing overall build times.
  • Incremental Build Systems - Tracks dependency graphs to recompile only modified source files, accelerating the development cycle.
  • JavaScript Compilers - Translates a statically typed high-level language into efficient and human-readable JavaScript.
  • JavaScript Interoperability - Bridges the type-safe language with the JavaScript runtime for exchanging data and invoking functions.
  • Type Safety - Prevents runtime errors using a static type system with support for extensible records and type coercion.
  • Statically Typed Languages - Implements a language with a robust static type system to ensure codebase consistency.
  • Statically Typed Compilers - Transforms statically typed source code into efficient, human-readable JavaScript to ensure runtime safety.
  • Dependency Graph Analyzers - Analyzes source dependencies to determine which files and their dependents require recompilation during the build process.
  • Interoperability Layers - Provides a consistent interface to expose type-safe functions and types to external JavaScript scripts.
  • Static Analysis - Enforces data consistency and prevents bugs through a compiler that analyzes code structures before execution.
  • JavaScript Interop - Provides a framework for bridging type-safe code with JavaScript libraries using consistent interfaces.
  • Code Intelligence - Provides contextual code suggestions, navigation, and autocomplete through analysis of compiled metadata files.
  • Dead Code Elimination - Implements static analysis using scoped annotations to identify and remove unused code from the final JavaScript bundle.
  • Watch Modes - Monitors files for changes to trigger incremental rebuilds of the JavaScript output.
  • Language Servers - Implements a language server that uses compiled binary metadata to provide fast autocomplete and jump-to-definition features.
  • Build-Time Feature Toggles - Provides compile-time parameters to conditionally include or exclude specific source files and dependencies based on configuration flags.
  • Type Definition Generators - Automatically synthesizes static TypeScript definition files from source code to ensure type safety across modules.
  • Functional Frontend Development - Enables building web user interfaces using a functional paradigm that compiles to JavaScript.
  • JSX Compilers - Transforms JSX syntax extensions into standard JavaScript function calls for building user interfaces.
  • JSX Transformers - Transforms JSX syntax tree nodes into executable JavaScript function calls during the build process.
  • Integration - A robustly typed language that compiles to efficient and human-readable JavaScript
  • Integrations - Typed language that compiles to efficient JavaScript.
  • Renderers and Integration - Typed language that compiles to efficient JavaScript.

Istoric stele

Graficul istoricului de stele pentru rescript-lang/rescriptGraficul istoricului de stele pentru rescript-lang/rescript

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face rescript-lang/rescript?

ReScript is a statically typed programming language and compiler designed to transform type-safe source code into efficient, human-readable JavaScript. It functions as a transpiler that enforces data consistency and prevents runtime errors through static type analysis for both web and server applications.

Care sunt principalele funcționalități ale rescript-lang/rescript?

Principalele funcționalități ale rescript-lang/rescript sunt: Source-to-JavaScript Transpilers, Typed JavaScript Alternatives, Incremental Build Engines, Incremental Build Systems, JavaScript Compilers, JavaScript Interoperability, Type Safety, Statically Typed Languages.

Care sunt câteva alternative open-source pentru rescript-lang/rescript?

Alternativele open-source pentru rescript-lang/rescript includ: elm/compiler — This project is a functional programming compiler and JavaScript transpiler that transforms a statically typed… scala-js/scala-js — Scala.js is a compiler and cross-platform language toolchain that transforms Scala source code into JavaScript or… wasm-bindgen/wasm-bindgen — wasm-bindgen is a glue code generator and interoperability tool that facilitates high-level communication and data… oxc-project/oxc — Oxc is a high-performance toolchain designed for the analysis, linting, formatting, and transformation of JavaScript… purescript/purescript — PureScript is a statically typed, purely functional programming language that compiles to JavaScript. It is designed… facebook/reason — Reason is a statically typed programming language and compiler based on the OCaml ecosystem. It translates high-level,…

Alternative open-source pentru Rescript

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Rescript.
  • elm/compilerAvatar elm

    elm/compiler

    7,794Vezi pe GitHub↗

    This project is a functional programming compiler and JavaScript transpiler that transforms a statically typed language into optimized JavaScript for web browsers. It serves as a frontend architecture framework, providing a static type system and a package manager that enforces semantic versioning. The compiler uses a type-checking engine with automatic type inference to prevent runtime errors and guide code refactoring. It implements a structural pattern for managing application state and rendering user interfaces through a virtual DOM, utilizing immutable data and purity-based state transit

    Haskellcompilerelm
    Vezi pe GitHub↗7,794
  • scala-js/scala-jsAvatar scala-js

    scala-js/scala-js

    4,701Vezi pe GitHub↗

    Scala.js is a compiler and cross-platform language toolchain that transforms Scala source code into JavaScript or WebAssembly. It functions as a statically typed tool for the JavaScript ecosystem, enabling the development of applications for web browsers and Node.js environments. The project serves as a JavaScript interop framework, allowing the creation of type-safe facades and bindings to interact with external libraries and global objects. It provides mechanisms for both static and dynamic JavaScript invocation, including the generation of TypeScript bindings and the ability to export inte

    Scala
    Vezi pe GitHub↗4,701
  • wasm-bindgen/wasm-bindgenAvatar wasm-bindgen

    wasm-bindgen/wasm-bindgen

    9,042Vezi pe GitHub↗

    wasm-bindgen is a glue code generator and interoperability tool that facilitates high-level communication and data exchange between compiled Rust modules and JavaScript environments. It functions as a memory bridge and type definition generator, allowing the exchange of complex data types and the calling of functions across execution boundaries. The project distinguishes itself by automating the conversion of data types and function signatures using attribute-based bindings. It generates the necessary JavaScript and WebAssembly wrappers to manage linear memory mapping and creates automatic Ty

    Rust
    Vezi pe GitHub↗9,042
  • oxc-project/oxcAvatar oxc-project

    oxc-project/oxc

    21,675Vezi pe GitHub↗

    Oxc is a high-performance toolchain designed for the analysis, linting, formatting, and transformation of JavaScript and TypeScript codebases. It functions as a comprehensive static analysis engine and compiler-based utility, providing the infrastructure necessary to parse source code into high-performance abstract syntax trees and map complex module dependency graphs across entire projects. The project distinguishes itself through its use of multi-core parallel processing to maximize throughput during intensive tasks like linting and minification. It offers deep, type-aware static analysis t

    Rustcompilerjavascriptlinter
    Vezi pe GitHub↗21,675
  • Vezi toate cele 30 alternative pentru Rescript→