ELSEIF
Your brief EB
183 stories from 71 feeds 32 clusters Refreshed 8 minutes ago next pull 13:20

TECH Signal 293

Cyberscript

WHY IT MATTERS

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 source

The three things worth knowing

01

Cyber's JIT mode completes recursive Fibonacci in 5ms, matching LuaJIT, while its VM mode runs in 19ms versus LuaJIT's 21ms.

02

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.

03

Cyber blends dynamic and optional static typing with fiber-based concurrency, targeting scripting in games, engines, and server environments.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Hacker News Cyberscript Open ↗