Zig
Zig is a modern, general-purpose systems programming language designed as a simpler, safer alternative to C, offering manual memory control without hidden control flow or a runtime.
8 resources across 2 libraries
Glossary Terms(7)
Zig
Zig is a modern, general-purpose systems programming language designed as a simpler, safer alternative to C, offering manual memory control without hidden cont…
Hare (language)
Hare is a small, simple, low-level systems programming language with manual memory management, designed as a modern alternative to C for writing operating syst…
Terra
Terra is a low-level, statically typed systems programming language embedded inside Lua, letting developers use Lua as a compile-time meta-language to generate…
D (language)
D is a systems programming language that combines the performance and low-level control of C and C++ with modern productivity features such as optional garbage…
Zig (language)
Zig is a general-purpose systems programming language designed as a modern alternative to C, offering manual memory management, no hidden control flow, comptim…
Nim (language)
Nim is a statically typed, compiled programming language that combines Python-inspired, whitespace-sensitive syntax with the performance of a language that com…
Mojo (language)
Mojo is a programming language developed by Modular that aims to be a superset of Python syntax, combining Python's usability with systems-programming performa…