15 रिपॉजिटरी
Utilities for compiling source code into executable bytecode during application runtime.
Distinct from Bytecode Compilers: Existing candidates focus on build-time compilation or smart contracts, not general JVM runtime compilation.
Explore 15 awesome GitHub repositories matching programming languages & runtimes · Runtime Bytecode Compilation. Refine with filters or upvote what's useful.
Hutool is a standard utility library for Java application development designed to simplify common programming tasks and reduce boilerplate code. It provides a comprehensive collection of reusable helper classes and static utilities to streamline development across the Java ecosystem. The project implements a wide array of specialized toolkits, including systems for cryptography and security, network communication via HTTP and JSON clients, and the processing of office documents and file system IO. It also features a concurrency and scheduling framework for managing asynchronous tasks and recu
Allows source code to be transformed into executable bytecode during program execution for dynamic logic updates.
Fastjson is a Java data binding framework and serialization library designed to convert objects to JSON strings and parse JSON data into typed objects. It functions as a JSON parser and stream processor capable of transforming JSON strings into data structures. The project emphasizes high performance JSON processing and memory management, specifically through the use of a pipeline to stream oversized JSON objects and texts to prevent memory exhaustion. It provides capabilities for JSON data serialization and deserialization workflows, including custom JSON data mapping and the ability to def
Implements bytecode-based field mapping to avoid the performance overhead of repeated reflection calls.
GraalVM is a polyglot virtual machine and high-performance runtime designed to execute multiple programming languages within a single environment. It functions as a JVM language toolkit for building language implementations, a native image compiler for transforming bytecode into standalone binaries, and an execution environment for LLVM bitcode and WebAssembly modules. The project is distinguished by its polyglot interoperability framework, which allows different languages to share data and execution state with low overhead. It utilizes self-modifying abstract syntax trees to optimize languag
Allows loading and running Java bytecode dynamically from within an ahead-of-time compiled native executable.
Logstash is a JVM-based event processor and extract, transform, load system designed for log data processing pipelines. It functions as a plugin-based data ingestor that collects, transforms, and delivers logs and event data from multiple sources to various destinations. The system utilizes a modular architecture of interchangeable input, filter, and output components to handle real-time data ingestion and enterprise log aggregation. Users can extend the pipeline's functionality by developing custom plugins to support unique data sources or specific transformation logic. The platform covers
Transforms pipeline configuration files into executable bytecode at runtime to optimize event processing speed.
Scala is a statically typed programming language and compiler that combines object-oriented and functional programming paradigms. It serves as a cross-platform runtime language capable of targeting the Java Virtual Machine and JavaScript to share logic between backend servers and web frontends. The project provides a functional programming framework with immutable data structures and higher-order functions to build reliable concurrent and distributed applications. It distinguishes itself through deep interoperability with Java and JavaScript ecosystems and the ability to transform code into n
Translates high-level source code into JVM bytecode for cross-platform execution on the Java Virtual Machine.
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
Transforms high-level functional expressions into Java bytecode for execution on the Java Virtual Machine.
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
Compiles Scala 3 source code into Java bytecode that runs on the Java Virtual Machine.
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 that can be stored in persistent memory and executed without runtime compilation overhead.
Groovy एक JVM प्रोग्रामिंग भाषा और मेटाप्रोग्रामिंग फ्रेमवर्क है जो एप्लिकेशन बनाने के लिए Java कम्पैटिबल वातावरण प्रदान करता है। यह एक डायनामिक स्क्रिप्टिंग भाषा और डोमेन-विशिष्ट भाषाओं को ऑथर करने के लिए एक उपकरण के रूप में कार्य करता है, जो कस्टम स्क्रिप्ट्स के निष्पादन और संक्षिप्त सिंटैक्स के साथ विशेष मिनी-भाषाओं के निर्माण की अनुमति देता है। यह प्रोजेक्ट कंपाइल-टाइम और रनटाइम मेटाप्रोग्रामिंग दोनों के माध्यम से प्रोग्राम व्यवहार और क्लास परिभाषाओं को संशोधित करने की अपनी क्षमता से प्रतिष्ठित है। यह एक हाइब्रिड टाइपिंग मॉडल का उपयोग करता है जो लचीलेपन और निष्पादन प्रदर्शन को संतुलित करने के लिए वैकल्पिक स्टैटिक टाइप चेकिंग के साथ डायनामिक मेथड रेजोल्यूशन को जोड़ता है। यह भाषा फंक्शनल प्रोग्रामिंग पैटर्न, एब्सट्रैक्ट सिंटैक्स ट्री ट्रांसफॉर्मेशन और Java लाइब्रेरीज़ के सीधे एकीकरण सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है। इसमें SQL इंजेक्शन को रोकने, XML पार्सिंग को सुरक्षित करने और सुरक्षित स्ट्रक्चर्ड डेटा पार्सिंग सुनिश्चित करने के लिए सुरक्षा यूटिलिटीज भी शामिल हैं। यह सिस्टम किसी भी कम्पैटिबल Java Virtual Machine पर निष्पादन के लिए हाई-लेवल सिंटैक्स को JVM बाइटकोड में अनुवादित करता है।
Translates high-level syntax into compatible Java bytecode for execution on the Java Virtual Machine.
Aviatorscript, Java एप्लिकेशन्स के भीतर इंटीग्रेशन के लिए डिज़ाइन की गई एक हाई-परफॉर्मेंस स्क्रिप्टिंग भाषा और एक्सप्रेशन इवैल्यूएशन इंजन है। यह रनटाइम पर स्क्रिप्ट निर्देशों को सीधे Java बाइटकोड में कंपाइल करके गणितीय और तार्किक फ़ार्मुलों के डायनामिक निष्पादन को सक्षम बनाता है। यह इंजन डायनामिक लॉजिक को मशीन-रीडेबल निर्देशों में बदलकर नियर-नेटिव निष्पादन गति प्रदान करता है। इसमें एक इन-बिल्ट कैशिंग मैकेनिज्म है जो कंपाइल किए गए बाइटकोड को स्टोर करता है, जिससे बार-बार फ़ॉर्मूला निष्पादन के दौरान पार्सिंग और कंपाइलेशन का ओवरहेड खत्म हो जाता है। यह लाइब्रेरी जटिल नियम प्रसंस्करण और रनटाइम लॉजिक कस्टमाइज़ेशन को सपोर्ट करती है, जो स्क्रिप्ट-लेवल फंक्शन कॉल्स को होस्ट-लैंग्वेज मेथड्स से मैप करने के लिए एक ब्रिज प्रदान करती है। यह वेरिएबल टाइप्स को डायनामिक रूप से मैनेज करती है, जिससे स्पष्ट घोषणाओं या स्टेटिक कंपाइलेशन स्टेप्स के बिना लचीली स्क्रिप्टिंग संभव होती है।
Compiles dynamic script instructions into Java bytecode to achieve native-speed performance for embedded application logic.
Ink is an interactive narrative scripting language, a JSON narrative compiler, and a narrative engine runtime. It provides a specialized toolset for authoring non-linear stories and complex branching dialogue systems, allowing developers to manage game state and deliver interactive text to a user interface. The system transforms raw scripts into a machine-readable JSON bytecode format to optimize execution within external game engines. It distinguishes itself through advanced state management, including the ability to serialize story progress into snapshots and maintain concurrent story conte
Converts parsed story hierarchies into a lightweight JSON bytecode format to improve execution speed.
Rhino एक Java-आधारित JavaScript इंजन है जो Java वर्चुअल मशीन के भीतर निष्पादन के लिए ECMAScript संगतता परत लागू करता है। यह एक एम्बेडेड स्क्रिप्टिंग इंजन और स्क्रिप्टिंग ब्रिज के रूप में कार्य करता है, जो JavaScript कोड को Java एप्लिकेशन के भीतर एकीकृत और निष्पादित करने की अनुमति देता है। यह प्रोजेक्ट Java क्लासेस और ऑब्जेक्ट्स को JavaScript एनवायरनमेंट में मैप करके सीधे अंतर-भाषाई संचार की सुविधा प्रदान करता है। यह एकीकरण स्क्रिप्ट्स को एक समर्पित मैपिंग मैकेनिज्म के माध्यम से आंतरिक सिस्टम सेवाओं और नेटिव होस्ट ऑब्जेक्ट्स के साथ इंटरैक्ट करने में सक्षम बनाता है। इंजन JavaScript को Java बाइटकोड में कंपाइल करके प्रदर्शन को अनुकूलित करता है और स्टार्टअप समय और रनटाइम गति को संतुलित करने के लिए डुअल-मोड निष्पादन मॉडल का समर्थन करता है। इसमें क्रॉस-लैंग्वेज डेटा सीरियलाइज़ेशन, XML प्रोसेसिंग और समवर्ती कार्यों के लिए अलग-थलग निष्पादन संदर्भों के प्रबंधन की क्षमताएं शामिल हैं। लॉजिक की रीयल-टाइम एडिटिंग और डिबगिंग के लिए एक इंटरैक्टिव शेल प्रदान किया गया है।
Translates JavaScript source code into Java bytecode for high-performance execution on the JVM.
CircuitPython माइक्रोकंट्रोलर के लिए एम्बेडेड Python इंटरप्रेटर के रूप में डिज़ाइन किए गए MicroPython रनटाइम का एक विशेष व्युत्पन्न (derivative) है। यह एक उच्च-स्तरीय भाषा एनवायरनमेंट प्रदान करता है जो एक समर्पित हार्डवेयर एब्स्ट्रैक्शन लेयर और एक Python माइक्रोकंट्रोलर रनटाइम के माध्यम से सीधे हार्डवेयर एक्सेस की अनुमति देता है। यह प्रोजेक्ट फर्मवेयर द्वारा प्रतिष्ठित है जो माइक्रोकंट्रोलर को एक नेटिव USB मास स्टोरेज डिवाइस के रूप में उजागर करता है। यह उपयोगकर्ताओं को डिवाइस पर सीधे कोड संपादित करने की अनुमति देता है जैसे कि यह एक रिमूवेबल ड्राइव हो, जिससे विशेष फ्लैशिंग टूल्स की आवश्यकता समाप्त हो जाती है और फाइलसिस्टम-ट्रिगर कोड रीलोडिंग सक्षम हो जाती है। यह सिस्टम विभिन्न बोर्डों में इलेक्ट्रॉनिक घटकों को नियंत्रित करने के लिए एकीकृत हार्डवेयर API एक्सेस, REPL और WebUSB के माध्यम से सीरियल-आधारित संचार, और बोर्ड-विशिष्ट फर्मवेयर संकलन के लिए पोर्ट-आधारित प्रणाली सहित व्यापक क्षमताओं को कवर करता है। इसमें स्टेटिक एनालिसिस के लिए टाइप स्टब जनरेशन और समस्या निवारण के दौरान डिवाइस एक्सेसिबिलिटी बनाए रखने के लिए क्रैश रिकवरी मोड जैसे डेवलपर टूलिंग भी शामिल है।
Transforms source files into compact bytecode for efficient execution on target microcontroller runtimes.
JRuby एक Ruby भाषा कार्यान्वयन है जो Java Virtual Machine पर चलता है। यह एक क्रॉस-भाषा रनटाइम और निष्पादन वातावरण के रूप में कार्य करता है, जो Ruby कोड को JVM पर चलने और Java एप्लिकेशन के साथ मेमोरी साझा करने की अनुमति देता है। यह प्रोजेक्ट Ruby और Java के बीच एक पुल के रूप में कार्य करता है, जो Ruby स्क्रिप्ट्स को सीधे Java क्लासेस और लाइब्रेरीज़ को कॉल करने में सक्षम बनाता है। यह डायनामिक स्क्रिप्टिंग की अनुमति देने के लिए Java एप्लिकेशन में एक Ruby इंटरप्रेटर को एम्बेड करने के लिए एक तंत्र भी प्रदान करता है। रनटाइम सिस्टम स्केलेबिलिटी के लिए JVM का लाभ उठाता है और विभिन्न ऑपरेटिंग सिस्टमों में एक सुसंगत निष्पादन वातावरण सुनिश्चित करता है।
Translates Ruby source code into Java bytecode for direct execution on the JVM.
Frege is a purely functional programming language that compiles to JVM bytecode, providing Haskell-like semantics for the Java platform. It is built around a Haskell-inspired compiler that implements non-strict evaluation and a static type inference system to ensure data immutability and prevent side effects. The project distinguishes itself through a sophisticated type system featuring rank polymorphism, type-class based dispatch, and static purity enforcement. It includes a JVM language bridge and a foreign function interface that map Java classes and interfaces into functional types, allow
Translates functional source code into Java bytecode for execution on the Java Virtual Machine.