CyberScript: A Fast, Efficient, and Concurrent Scripting Language

2025-06-23

CyberScript is a statically-typed (with dynamic typing support) scripting language designed for speed, efficiency, and concurrency. Its concise and readable syntax, combined with a rich feature set including various data types (booleans, numbers, strings, arrays, lists, tables, maps), operators, and control flow statements, makes it a powerful tool. Advanced features like object-oriented programming, metaprogramming, asynchronous programming, concurrency, and C interoperability are also supported.

Development