awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

43 repositorios

Awesome GitHub RepositoriesBytecode Compiled Languages

Programming languages that use a compiler to target a compact intermediate bytecode representation.

Distinct from Bytecode Compilation: None of the candidates describe the identity of the language as a whole, only the compilation process.

Explore 43 awesome GitHub repositories matching programming languages & runtimes · Bytecode Compiled Languages. Refine with filters or upvote what's useful.

Awesome Bytecode Compiled Languages GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • apple/swiftAvatar de apple

    apple/swift

    70,119Ver en GitHub↗

    Swift is a general purpose, compiled systems programming language designed for building high-performance software. It is a strongly typed language that focuses on memory safety and type safety to prevent runtime errors. The language is designed for native code integration, allowing it to interoperate with C and Objective-C libraries to leverage existing system functions and high-performance APIs. The project covers broad capabilities in type-safe application development and cross-platform toolchain engineering. It includes infrastructure for automated language validation, compiler performanc

    Compiles directly to native machine code for high-performance execution across multiple operating systems and architectures.

    Swift
    Ver en GitHub↗70,119
  • zeit/pkgAvatar de zeit

    zeit/pkg

    24,366Ver en GitHub↗

    pkg is a Node.js executable packager and cross-platform binary compiler. It bundles a project and its dependencies into a single standalone executable file that runs without a pre-installed runtime on the target machine. The tool uses a virtual filesystem bundler to embed project assets and native modules into a binary snapshot. It includes a bytecode obfuscator that compiles source code into bytecode to prevent the extraction of raw logic. The project supports cross-platform distribution, allowing the generation of binaries for different operating systems and architectures from a single hos

    Compiles source code into bytecode to prevent easy extraction of raw logic from the executable.

    JavaScript
    Ver en GitHub↗24,366
  • clojure/clojureAvatar de clojure

    clojure/clojure

    11,006Ver en GitHub↗

    Clojure is a general-purpose, functional programming language hosted on the Java Virtual Machine. It is a homoiconic S-expression language that represents programs as nested data structures, allowing code to be manipulated and evaluated as data. The project provides a framework for JVM interoperability, enabling the invocation of Java methods and integration with other JVM-based languages. It distinguishes itself through a persistent data structure library that uses bitmapped vector tries to manage immutable collections and a programmatic REPL for interactive software development and real-tim

    Provides a compiler that transforms high-level functional expressions into optimized Java bytecode for the JVM.

    Java
    Ver en GitHub↗11,006
  • wasmedge/wasmedgeAvatar de WasmEdge

    WasmEdge/WasmEdge

    10,665Ver en GitHub↗

    WasmEdge is an extensible WebAssembly runtime that executes WebAssembly bytecode in a secure sandbox for cloud, edge, and embedded applications. It functions as a multi-language compiler, compiling applications written in Rust, JavaScript, Go, and Python into WebAssembly bytecode for sandboxed execution, and as a server-side JavaScript runtime that runs JavaScript programs with ES6 modules, NPM packages, and Node.js-compatible APIs. The runtime also serves as an AI inference runtime, executing AI models from JavaScript using WASI-NN plug-ins for inference tasks on personal devices and edge har

    Compiles applications written in Rust, JavaScript, Go, and Python into WebAssembly bytecode for sandboxed execution.

    C++artificial-intelligencecloudcloud-native
    Ver en GitHub↗10,665
  • cstack/db_tutorialAvatar de cstack

    cstack/db_tutorial

    10,464Ver en GitHub↗

    This project is an educational implementation of a relational database engine written in C. It functions as a SQLite clone, demonstrating the internal mechanics of a database system through a C-based systems project that focuses on manual memory management and file I/O. The engine is distinguished by its use of a bytecode virtual machine, which executes database operations by compiling SQL statements into low-level instructions. It utilizes a B-tree database engine to organize records in a balanced tree structure, ensuring efficient insertion, search, and range scanning. The system covers co

    Translates structured SQL text into low-level executable bytecode for the virtual machine.

    Cdatabase
    Ver en GitHub↗10,464
  • hacksalot/hackmyresumeAvatar de hacksalot

    hacksalot/HackMyResume

    9,344Ver en GitHub↗

    HackMyResume is a command-line tool that generates polished résumés and CVs in multiple formats from a single JSON or YAML data source. It validates résumé documents against the FRESH or JSON Resume schema, converts between these two formats, and produces output in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, and YAML. The tool supports custom themes through a plugin architecture, allowing users to apply visual styling via Handlebars templates and register custom helpers for extended template logic. It can merge multiple résumé JSON files into one, overriding generic data with

    Compiles a single JSON or YAML resume source into any supported output format through a centralized build process.

    JavaScript
    Ver en GitHub↗9,344
  • munificent/wrenAvatar de munificent

    munificent/wren

    8,039Ver en GitHub↗

    Wren is a bytecode-compiled, class-based scripting language designed as an embeddable programming language. It provides a lightweight runtime and interface for executing dynamic scripts directly within host software applications. The engine utilizes a single-pass compiler to transform source code into compact bytecode and a virtual machine to process those instructions. It supports concurrent task execution through a system of lightweight fibers and coroutines. The language implements a class-based object model with dynamic message dispatch for organizing code into reusable components. It al

    Functions as a bytecode-compiled language for efficient execution of dynamic scripts.

    Wren
    Ver en GitHub↗8,039
  • nodemcu/nodemcu-firmwareAvatar de nodemcu

    nodemcu/nodemcu-firmware

    7,926Ver en GitHub↗

    Este proyecto es un entorno de firmware basado en Lua para el chip WiFi ESP8266, que proporciona un intérprete de Lua embebido y un framework de desarrollo para hardware SoC WiFi. Funciona como un wrapper basado en C alrededor del SDK non-OS de Espressif, permitiendo la ejecución de scripts asíncronos para gestionar la comunicación inalámbrica y los periféricos de hardware. El entorno integra un sistema de archivos flash SPIFFS para almacenar scripts y datos persistentes directamente en memoria no volátil. Para optimizar los recursos de hardware limitados, el sistema utiliza ejecución flash execute-in-place, ejecutando constantes e instrucciones de solo lectura directamente desde la memoria flash para preservar la RAM del sistema. El proyecto cubre la gestión de conectividad inalámbrica, la implementación de servicios de red y el mapeo de periféricos de hardware. Incluye herramientas para la compilación de firmware, la compilación de scripts Lua en bytecode y la generación de imágenes de sistemas de archivos para el despliegue en el objetivo.

    Compiles Lua source scripts into binary bytecode images to optimize memory and CPU overhead on limited hardware.

    C
    Ver en GitHub↗7,926
  • enso-org/ensoAvatar de enso-org

    enso-org/enso

    7,439Ver en GitHub↗

    Enso is a visual dataflow programming environment and multi-language data processing engine that compiles Enso, Python, Java, and JavaScript into a unified representation with a shared memory model for zero-overhead inter-language calls. It functions as a self-service data preparation and analysis platform where users can build data pipelines by connecting nodes in a graph, switching between a no-code visual interface and a code view while keeping all changes reviewable. The platform also serves as a cloud data workflow scheduler and API exposer, allowing workflows to run on a timetable or be

    Compiles Enso, Python, Java, and JavaScript into a common representation with a unified memory model for zero-overhead interop.

    Javacompilerensofunctional
    Ver en GitHub↗7,439
  • haxefoundation/haxeAvatar de HaxeFoundation

    HaxeFoundation/haxe

    6,880Ver en GitHub↗

    Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a single codebase into native executables and scripts for JavaScript, C++, C#, Java, Python, Lua, PHP, and Flash targets. It provides a unified type system with automatic type inference, a compile-time macro system for code transformation and generation, conditional compilation directives, and a static analysis engine that enforces null safety and eliminates dead code to produce smaller, safer outputs. The language is supported by the HashLink virtual machine, which executes platform

    Compiles Haxe source code into platform-agnostic bytecode for the HashLink virtual machine.

    Haxecompilercross-platformhaxe
    Ver en GitHub↗6,880
  • ocaml/ocamlAvatar de ocaml

    ocaml/ocaml

    6,514Ver en GitHub↗

    OCaml is a strongly typed functional language featuring a sophisticated type system and a focus on safety and expressiveness. It provides a comprehensive compiling toolchain that transforms source code into either portable bytecode or high-performance native binaries. The project is distinguished by a shared memory parallel runtime that executes computations across multiple processor cores using domains, and an algebraic effect system for managing side effects and control flow through execution context handlers. It also includes a dedicated parser generator to automatically create lexers and

    Produces portable, compact bytecode that runs within an interpreter for faster compilation and cross-platform compatibility.

    OCamlcompilerfunctional-languageocaml
    Ver en GitHub↗6,514
  • fermyon/spinAvatar de fermyon

    fermyon/spin

    6,443Ver en GitHub↗

    Spin is a WebAssembly serverless framework and development toolchain for building and running portable microservices. It functions as an event-driven orchestrator and runtime that executes WebAssembly components, allowing developers to map HTTP requests, Redis messages, and cron schedules to specific modules. The project distinguishes itself by implementing a Wasm-based AI inference gateway, enabling components to perform model inference and generate text embeddings. It utilizes the WebAssembly Component Model and WASI for language-agnostic composition and portable host interfacing, while emp

    Compiles source code from multiple programming languages into WebAssembly bytecode for serverless execution.

    Rust
    Ver en GitHub↗6,443
  • svaarala/duktapeAvatar de svaarala

    svaarala/duktape

    6,208Ver en GitHub↗

    Duktape es un motor de JavaScript embebible y runtime de scripting portátil diseñado para la integración en aplicaciones C y C++. Funciona como un runtime de ECMAScript ligero que proporciona un puente C-JavaScript para intercambiar datos e invocar funciones entre código nativo y un entorno de ejecución de scripts. El motor incluye un compilador de bytecode ECMAScript que permite la serialización y el almacenamiento en caché de funciones compiladas en disco para reducir el tiempo de inicio de la aplicación. Organiza las dependencias de scripts utilizando un cargador de módulos compatible con CommonJS. El runtime cubre una variedad de capacidades, incluyendo programación de corrutinas cooperativas para ejecución asíncrona y un sistema de recolección de basura híbrido que combina conteo de referencias con recolección mark-and-sweep. También proporciona un protocolo de depuración mediante un proxy JSON y soporta transportes de depuración personalizados para hardware restringido. Las configuraciones de compilación se gestionan a través de ajustes basados en YAML para generar encabezados C específicos de la plataforma.

    Enables the serialization of compiled function bytecode to disk to improve execution speed and startup time.

    JavaScriptduktapejavascriptjavascript-engine
    Ver en GitHub↗6,208
  • scala/scala3Avatar de scala

    scala/scala3

    6,261Ver en GitHub↗

    Scala 3 is an open-source, statically typed programming language that compiles to JVM bytecode, combining object-oriented and functional programming paradigms. Its core identity is defined by a sophisticated type system that includes traits, generics, union types, and a dependent object type system where types can depend on runtime values through path-dependent and singleton types. The language distinguishes itself through several advanced type-level and metaprogramming capabilities. It features a contextual abstraction mechanism using given instances and using clauses for compile-time implic

    Translates Scala 3 source code into executable bytecode, enabling developers to build and run applications.

    Scalacompilerdottyepfl
    Ver en GitHub↗6,261
  • ponylang/ponycAvatar de ponylang

    ponylang/ponyc

    6,133Ver en GitHub↗

    Pony is an open-source, actor-model, capabilities-secure, high performance programming language

    Is a compiled language that produces efficient machine code for performance-critical applications.

    Ponyactor-modelpony-languagepony-source
    Ver en GitHub↗6,133
  • mruby/mrubyAvatar de mruby

    mruby/mruby

    5,584Ver en GitHub↗

    mruby is a lightweight Ruby interpreter designed to be embedded into C applications. It compiles Ruby source code into a compact, platform-independent bytecode that executes on a register-based virtual machine, and exposes a stable C API for host programs to initialize the interpreter, load bytecode, and invoke Ruby methods at runtime. The interpreter distinguishes itself through a tightly coupled parser and compiler that performs lexical analysis, syntax parsing, and bytecode generation in a single pass without constructing an intermediate AST, minimizing memory overhead. It also includes a

    Compiles Ruby source files into portable bytecode that any compatible interpreter can load and run.

    C
    Ver en GitHub↗5,584
  • alex8088/electron-viteAvatar de alex8088

    alex8088/electron-vite

    5,487Ver en GitHub↗

    electron-vite es un sistema de build y orquestador de bundles multi-proceso que utiliza Vite para compilar y empaquetar los procesos main, preload y renderer para aplicaciones Electron. Funciona como un andamiaje para aplicaciones de escritorio, proporcionando plantillas para integrar varios frameworks de frontend en una estructura de proyecto estandarizada. El proyecto se distingue por la protección integrada del código fuente, utilizando un ofuscador de bytecode V8 para compilar JavaScript en bytecode y ofuscar cadenas para prevenir la ingeniería inversa. También gestiona arquitecturas de escritorio complejas aislando bundles y chunks compartidos a través de múltiples ventanas y contextos de ejecución. El conjunto de herramientas cubre una amplia gama de capacidades, incluyendo pipelines de empaquetado automatizados para instaladores multiplataforma, orquestación de servidores de desarrollo con hot module replacement y la gestión de módulos nativos y WebAssembly. Soporta además el scoping de entornos y la configuración de externalización de módulos binarios para optimizar los builds de producción.

    Protects intellectual property by compiling JavaScript source code into V8 bytecode to hinder reverse engineering.

    TypeScript
    Ver en GitHub↗5,487
  • bellard/mquickjsAvatar de bellard

    bellard/mquickjs

    5,539Ver en GitHub↗

    mQuickjs is a compact JavaScript engine designed for memory-constrained devices, such as microcontrollers, requiring as little as 10 KB of RAM and 100 KB of ROM. It achieves this through a fixed-buffer memory allocation scheme that avoids system heap usage, a compacting tracing garbage collector that eliminates fragmentation, and a ROM-embedded standard library that reduces both memory footprint and startup time. The engine compiles JavaScript source into portable bytecode that can be stored in persistent memory and executed without reparsing, and it emulates IEEE 754 floating-point arithmetic

    Compiles JavaScript source into portable bytecode for persistent storage and execution without recompilation.

    C
    Ver en GitHub↗5,539
  • aweiloveandroid/flutter-learningAvatar de AweiLoveAndroid

    AweiLoveAndroid/Flutter-learning

    5,420Ver en GitHub↗

    Este proyecto es una colección de recursos de aprendizaje, documentación y plantillas de boilerplate diseñadas para desarrolladores que estudian el framework Flutter y el lenguaje Dart. Proporciona un conjunto completo de guías de instalación, tutoriales de configuración y materiales de referencia para ayudar en la construcción de aplicaciones móviles multiplataforma. El repositorio se distingue por una amplia gama de ejemplos prácticos, incluyendo demostraciones de gramática del lenguaje Dart, patrones de UI multiplataforma y plantillas de proyectos. Proporciona específicamente código de muestra para implementar plugins de plataforma nativa y puentes de características de hardware utilizando canales de métodos. La base de código cubre una amplia gama de capacidades de desarrollo, incluyendo renderizado de UI basado en estado y construcción de diseño basada en widgets. Incluye implementaciones para enrutamiento de navegación, persistencia de datos local a través de SQLite y preferencias compartidas, e integraciones a nivel de sistema para notificaciones push y sensores de hardware. El proyecto también proporciona materiales para la configuración del entorno, verificación de herramientas de desarrollo y pruebas de lógica para asegurar una configuración consistente en máquinas locales.

    Explains the compilation of source code into machine-efficient bytecode to optimize application startup and execution.

    Dartandroid-flutterandroid-iosdart
    Ver en GitHub↗5,420
  • hylang/hyAvatar de hylang

    hylang/hy

    5,425Ver en GitHub↗

    Hy es una implementación de Lisp para Python que permite escribir sintaxis Lisp que se compila a bytecode de Python. Opera como un dialecto de Lisp basado en Python y lenguaje de S-expressions, proporcionando acceso completo a la librería estándar y al ecosistema de Python. El lenguaje se centra en la metaprogramación basada en macros, presentando un sistema de macros que recorre el AST y macros de lectura que permiten transformaciones de sintaxis personalizadas y reglas de análisis. Permite la manipulación del árbol de sintaxis abstracta para extender las capacidades del lenguaje. El proyecto incluye un bucle de lectura-evaluación-impresión (REPL) para desarrollo interactivo y admite la ejecución de scripts independientes. Cubre capacidades de programación funcional como la coincidencia de patrones estructurales y el desarrollo de programas asíncronos usando construcciones async y await. El código fuente puede traducirse a archivos fuente de Python equivalentes para inspección o distribución.

    Compiles Lisp source code directly into Python bytecode for execution by the Python virtual machine.

    Python
    Ver en GitHub↗5,425
Ant.123Siguiente
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Compiled Languages

Explorar subetiquetas

  • Native Code Compiled Languages1 sub-etiquetaProgramming languages that compile directly to native machine code for high-performance execution. **Distinct from Bytecode Compiled Languages:** Distinct from Bytecode Compiled Languages: compiles to native machine code rather than an intermediate bytecode representation.
  • Source-to-Bytecode Compilers14 sub-etiquetasCompilers that translate high-level source code into executable bytecode for a virtual machine. **Distinct from Bytecode Compiled Languages:** Distinct from general bytecode compiled languages: focuses on the compilation process itself rather than the language identity.