7 repositorios
Environments that track variable scope, mutable data, and execution metadata during the lifecycle of a program.
Explore 7 awesome GitHub repositories matching programming languages & runtimes · Execution Contexts. Refine with filters or upvote what's useful.
n8n is a workflow automation platform that combines a visual interface with code-based extensibility to design, orchestrate, and manage automated processes. It provides a comprehensive suite of tools for data transformation, filtering, and storage, allowing users to build complex logic through conditional branching, looping, and sub-workflow execution. The platform supports both pre-built integration nodes and custom code execution in JavaScript or Python, enabling connectivity with a wide range of external services and APIs. The platform includes a suite of generative AI capabilities, such a
Maintains comprehensive execution metadata, including stack traces and variable scopes, to assist in debugging and error recovery.
Este proyecto es una serie educativa integral diseñada para proporcionar una comprensión técnica profunda del lenguaje de programación JavaScript. Funciona como un plan de estudios de varios volúmenes que guía a los desarrolladores a través de los mecanismos centrales, los modelos de ejecución y las especificaciones subyacentes que definen cómo opera el lenguaje a un nivel fundamental. El plan de estudios se distingue por centrarse en la arquitectura interna del lenguaje en lugar de la sintaxis superficial. Proporciona un análisis riguroso de temas complejos como el ámbito léxico (lexical scope), la encapsulación de estado basada en cierres (closures), la herencia basada en prototipos y la mecánica del bucle de eventos (event loop). Al explorar cómo el motor gestiona los contextos de ejecución y los entornos de variables, la serie permite a los desarrolladores navegar por los matices de los sistemas de tipos dinámicos y la coerción implícita con mayor previsibilidad. El material cubre todo el espectro de los fundamentos del lenguaje, incluidos los patrones orientados a objetos, los flujos de ejecución asíncronos y las reglas gramaticales que rigen la transformación de datos. Estos recursos están estructurados para ayudar a los profesionales a pasar del uso básico al dominio de los aspectos internos del lenguaje, apoyando en última instancia el desarrollo de software más eficiente y fácil de mantener. El contenido está disponible como una serie de manuales técnicos y guías conceptuales destinados al estudio sistemático.
Tracks the creation of variable environments and binding references during the lifecycle of nested function calls.
LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing
Tracks conversation history and intermediate results by managing mutable data throughout an execution lifecycle.
This project is a comprehensive educational repository designed to help developers master the core mechanics, runtime behaviors, and browser-native capabilities of the JavaScript language. It provides a structured knowledge base that covers fundamental language features, such as prototype-based inheritance and event-loop-based concurrency, alongside advanced topics like JIT-compiled execution and memory management. The repository distinguishes itself by offering deep-dive technical guides that bridge the gap between abstract language concepts and practical browser implementation. It features
Analyzes how execution contexts and the keyword identifying the current object function during program execution.
This project is a curated reference guide and cheatsheet for modern JavaScript development. It provides a collection of syntax and patterns covering ECMAScript standards, specifically focusing on contemporary language features from ES6 and later. The resource offers specialized guides on asynchronous JavaScript, functional programming patterns, and object-oriented design. It details the use of promises and async/await syntax for non-blocking operations, as well as the application of map, filter, and reduce for data transformation. The guide covers a broad range of language fundamentals, incl
Explains how execution contexts manage variable scope and the binding of the this keyword.
This project is a JavaScript ES6 reference guide and syntax cheatsheet. It serves as an ECMAScript language guide providing technical examples and a curated list of tips for implementing modern JavaScript patterns. The guide covers a wide range of language features, including the use of classes for object blueprints, module systems for code organization, and arrow functions to preserve execution context. It provides instructions on utilizing block-scoped variables, template literals for string interpolation, and destructuring for nested data extraction. The reference also addresses asynchron
Explains the use of arrow functions to maintain lexical execution contexts without manual binding.
This project is a technical interview preparation resource focused on JavaScript. It provides a collection of common technical questions, detailed answers, and conceptual quizzes designed to help users master core language fundamentals and browser APIs. The resource utilizes an interactive infrastructure that includes a coding workspace with in-browser runtime execution and an automated test suite to validate code correctness. It organizes content through curated learning paths and modular concept mapping to decompose complex language fundamentals into searchable study modules. The curriculu
Analyzes how execution contexts determine the behavior of the this keyword across different scopes.