TECH Signal 293
Cyberscript
Engineers who need an embeddable scripting runtime for applications or games get an alternative to Lua or QuickJS with comparable speed and built-in C-ABI FFI. The project is still early and soliciting feedback, so production adoption carries typical new-language risk.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
Cyber's JIT mode completes recursive Fibonacci in 5ms, matching LuaJIT, while its VM mode runs in 19ms versus LuaJIT's 21ms.
The language ships libcyber for embedding and an FFI API with cbindgen.cy to auto-generate bindings from C headers, with existing examples for Raylib and LLVM.
Cyber blends dynamic and optional static typing with fiber-based concurrency, targeting scripting in games, engines, and server environments.
THE CLUSTER
↗