6 रिपॉजिटरी
Capabilities for defining and invoking reusable named or anonymous functions within a scripting environment.
Distinct from Remote Function Invocation: Distinct from Remote Function Invocation: focuses on local function definition and closure capture within a script interpreter, not remote orchestration.
Explore 6 awesome GitHub repositories matching software engineering & architecture · Scripted Function Definitions. Refine with filters or upvote what's useful.
Rockstar is an esoteric programming language whose syntax is inspired by 1980s hard rock and heavy metal lyrics, making programs read like song lyrics. It uses poetic number literals, where the length of each word in a phrase is parsed as a decimal digit to initialize numeric variables, and pronoun-based variable references, where words like "it" and "they" resolve to the most recently assigned or compared variable at runtime. The language can be compiled to WebAssembly and run inside a web page for in-browser code execution. The language distinguishes itself through a lyric-driven parsing sy
Creates and invokes functions within the language despite its non-functional design philosophy.
Webhook.site is a web-based tool that captures, inspects, and debugs incoming HTTP requests and emails sent to a unique URL, without requiring any server setup. It also functions as an API mocking and response modification tool, capable of generating mock APIs from OpenAPI specifications and altering HTTP responses, headers, and status codes for testing purposes. Beyond inspection, it serves as a platform for webhook automation and workflow orchestration, triggering multi-step automations—including database queries, SSH commands, and HTTP calls—when a webhook is received. The service distingu
Ships a WebhookScript interpreter that supports defining and invoking custom functions with variable capture.
Documents the syntax for defining and invoking named command blocks with optional arguments in Bash.
QLExpress is a dynamic scripting engine and expression language for the Java platform. It functions as a runtime expression evaluator and business rule engine, allowing applications to execute scripts and evaluate business logic without requiring system recompilation. The engine distinguishes itself through a secure scripting sandbox that enforces security policies via class whitelisting and execution timeouts. It supports high-precision mathematics to prevent rounding errors and provides language alias support to create domain-specific languages that resemble natural language. Additional cap
Allows defining and invoking reusable named or anonymous functions within the scripting environment.
यह प्रोजेक्ट एक व्यापक शैक्षिक संसाधन है जिसमें Bash प्रोग्रामिंग ट्यूटोरियल, स्क्रिप्टिंग संदर्भ और Linux कमांड लाइन मैनुअल शामिल हैं। यह स्क्रिप्ट लिखने, सिस्टम कार्यों को स्वचालित करने और टर्मिनल नेविगेशन व Unix सिस्टम प्रशासन में महारत हासिल करने के लिए निर्देशात्मक सामग्री प्रदान करता है। गाइड शेल पर्यावरण अनुकूलन की एक विस्तृत श्रृंखला को कवर करते हैं, जिसमें प्रॉम्प्ट स्टाइलिंग और उपनामों (aliases) का उपयोग शामिल है। यह कॉन्फ़िगरेशन फ़ाइलों को प्रबंधित करने और उपयोगकर्ता वातावरण को इनिशियलाइज़ करने के लिए एक शेल पर्यावरण गाइड भी प्रदान करता है। सामग्री नियंत्रण प्रवाह तर्क, अनुक्रमित और सहयोगी सरणियों (indexed and associative arrays) के साथ डेटा प्रबंधन, और टेक्स्ट प्रोसेसिंग सहित क्षमताओं का एक व्यापक सेट बताती है। अन्य कवर किए गए क्षेत्रों में फ़ाइल और संसाधन प्रबंधन, नियमित अभिव्यक्तियों (regular expressions) के साथ पैटर्न मिलान, और स्क्रिप्ट डिबगिंग व सिंटैक्स सत्यापन के लिए ऑब्जर्वेबिलिटी टूल्स शामिल हैं। संसाधन कमांड इतिहास पुनर्प्राप्ति, इनपुट पूर्णता, और कमांड लाइन नेविगेशन के लिए कीबोर्ड शॉर्टकट जैसी इंटरैक्टिव टर्मिनल सुविधाओं की भी व्याख्या करता है।
Covers the definition and invocation of named command blocks to create reusable logic in scripts.
Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and Bash compatibility. It functions as a structured data shell, integrating JSON and J8 formats to manage complex data without relying on string parsing. The system is distinguished by a C++ transpiled interpreter that converts a subset of Python source code into strongly typed C++ for high-performance execution. It features a garbage-collected typed runtime that supports prototype-based polymorphism, lexical closures, and reference-based variable mutation. To decouple shell logic
Creates routines that manage I/O, external processes, and standard streams for advanced scripting.