3 रिपॉजिटरी
JavaScript-like interpreters embedded within an application to allow user-defined scripts and functions.
Distinct from Inline Script Execution: Distinct from Inline Script Execution (which is component-level): focuses on an embedded QtScript interpreter for database automation, not UI component rendering.
Explore 3 awesome GitHub repositories matching development tools & productivity · Embedded Interpreters. Refine with filters or upvote what's useful.
SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a full-featured SQL editor with syntax highlighting, a visual database schema designer for creating entity-relationship diagrams, and a plugin-based extensibility platform that allows adding custom functionality through C/C++, JavaScript, Tcl, or Python. The application distinguishes itself through its multi-language scripting engine, which embeds JavaScript, Tcl, and Python interpreters to enable user-defined functions and scripts within SQL queries. It supports encrypted data
Embeds a QtScript interpreter for executing JavaScript-like scripts within the database manager.
JRuby एक Ruby भाषा कार्यान्वयन है जो Java Virtual Machine पर चलता है। यह एक क्रॉस-भाषा रनटाइम और निष्पादन वातावरण के रूप में कार्य करता है, जो Ruby कोड को JVM पर चलने और Java एप्लिकेशन के साथ मेमोरी साझा करने की अनुमति देता है। यह प्रोजेक्ट Ruby और Java के बीच एक पुल के रूप में कार्य करता है, जो Ruby स्क्रिप्ट्स को सीधे Java क्लासेस और लाइब्रेरीज़ को कॉल करने में सक्षम बनाता है। यह डायनामिक स्क्रिप्टिंग की अनुमति देने के लिए Java एप्लिकेशन में एक Ruby इंटरप्रेटर को एम्बेड करने के लिए एक तंत्र भी प्रदान करता है। रनटाइम सिस्टम स्केलेबिलिटी के लिए JVM का लाभ उठाता है और विभिन्न ऑपरेटिंग सिस्टमों में एक सुसंगत निष्पादन वातावरण सुनिश्चित करता है।
Provides a Java API to host a Ruby execution environment within Java applications.
Remix is a comprehensive blockchain development environment and Ethereum smart contract IDE. It provides a complete workspace for writing, compiling, deploying, and debugging smart contracts across simulated and public blockchain networks. The project distinguishes itself as a specialized toolchain for EVM debugging and analysis, offering opcode-level transaction stepping and state memory analysis. It also includes a dedicated zero-knowledge proof toolchain for compiling ZK circuits and generating cryptographic proofs, alongside an AI-powered coding assistant for code generation and explanati
Provides an embedded interpreter to execute JavaScript code within the blockchain development context.