Hey Dev Community!
I'm thrilled to be writing blogs for you again after a while!
📖 Introduction
OLSRT (OverLab Streams Runtime) is a powerful, minimal runtime (~90 KB) delivered as shared libraries (.so for Linux/BSD) and dynamic libraries (.dll for NT), written in C, and designed to power all programming languages!
If your language can talk to C (yes, even COBOL!), you can use OLSRT directly via FFI.
✅ Supported Languages: All of them! (JavaScript (with nodeffi), PHP (with C extensions), Python (with cffi), Rust, D, C++, Go, Dart, Kotlin, Java, C#, Julia, and any language you use!)
📌 Note for C, C++, D, Rust, and other languages with C at their core:
You can use OLSRT directly in your programs—even without any .so/.dll files! Just include the header for your required module and use OLSRT with zero bridging.
🔥 What’s New in Version 1.2?
This release brings exciting and advanced features to OLSRT:
🎭 Improved Actors & Supervis
Discussion
Get the discussion rolling
A single comment can start something great.