1 repositorio
The process of adding new functions to a language runtime's core by modifying its grammar and implementing logic in a native language.
Distinct from Extension Functions: Distinct from class-level extensions; focuses on adding core primitives to the language runtime itself.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Internal Function Extensions. Refine with filters or upvote what's useful.
This project provides a server-side language runtime and a standardized Docker image for deploying applications across different operating systems. It functions as an execution environment for generating dynamic HTML, JSON, and XML content, while also serving as a command line interface for automation scripts and background jobs. The runtime is designed for extensibility through a C-based extension architecture, allowing the loading of custom modules for specialized functionality. It supports multiple server application interfaces, including a FastCGI web interface for high-performance commun
Allows adding custom functions to the runtime core by modifying the grammar and implementing logic in C.