programming-languages

Hey everyone! 👋 I built isimbulamadimscript (IBS) , a zero-dependency, lightweight, embeddable scripting language designed for web games and interactive logic. Why does it exist? Instead of embedding heavy engines, IBS lets you run scripts with: 🏎️ Constant Folding & AST Caching (Optimized execution) 🛡️ Self-Healing Syntax (Auto-corrects missing parens in if / while ) 📦 Subroutines ( Addbranch / …

Why Conviva replaced mmap with io_uring in its Rust query engine, what went wrong under real production load, and why the first rewrite ended up 60% slower. Read in full here: Conviva – 1 Sep 26 We Replaced mmap with io_uring in Our Rust Query Engine. It Got Slower. Why Conviva replaced mmap with io_uring in its Rust query engine, what went wrong under real production load, and why the first rewr…

We build a tool that turns a few form fields into a finished resignation or notice letter. The single most important string in that output is a date. A resignation letter states your last working day, and that date is the thing your employer acts on. So the date formatting code is four lines and it is the most dangerous four lines in the feature. function formatDate ( value ) { if ( ! value . tri…

research.ioresearch.io

Sign up to keep scrolling

Create your feed subscriptions, save articles, keep scrolling.

Already have an account?