2 Repos
Capabilities for extending a software runtime using custom base images or plugins.
Distinct from Runtime Extensions: None of the candidates cover extending a specialized Telegram environment via base images.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Runtime Environment Extensions. Refine with filters or upvote what's useful.
This project is a collection of pre-configured Docker images that provide ready-to-run environments for interactive computing and data science. It functions as a scientific computing stack and a polyglot notebook server, bundling language interpreters and libraries for Python, R, and Julia within a containerized system to ensure reproducible research environments. The collection uses a layered image hierarchy to provide versioned software dependencies and support for hardware acceleration across different CPU architectures. It allows for the creation of custom images based on a foundation of
Supports the creation of inherited images to permanently install specific packages and dependencies.
Babashka ist ein nativer Clojure-Skript-Interpreter und eine Shell-Skriptsprache, die für Systemautomatisierung und Befehlszeilenaufgaben entwickelt wurde. Sie fungiert als kompilierte Binärdatei, die Clojure-Code direkt ausführt und den Startup-Overhead eliminiert, der mit einer Java Virtual Machine verbunden ist. Die Runtime ist eine erweiterbare Clojure-Umgebung, die ein Pod-Erweiterungssystem unterstützt, das es ermöglicht, externe Binärdateien als Bibliotheken zu laden, um der Ausführungsumgebung neue Funktionen hinzuzufügen. Ihr Funktionsspektrum umfasst die Unterstützung für den Aufbau erweiterbarer Befehlszeilentools und das Deployment von Clojure-Skripten als serverlose Cloud-Funktionen. Die Umgebung enthält zudem eine Read-Eval-Print-Loop mit persistentem Befehlsverlauf.
Provides a runtime environment that can be extended with external binaries loaded as pods.