

Buzz Programming Language
1 like
A small/lightweight statically typed scripting language written in Zig.
Features
Properties
- Lightweight
Features
- Syntax Highlighting
- Statically Typed Language
Tags
- Scripting language
- vscode-extension
Buzz Programming Language News & Activities
Highlights All activities
Recent activities
- namdx1987 liked Buzz Programming Language
POX added Buzz Programming Language as alternative to Mussel
Buzz Programming Language information
No comments or reviews, maybe you want to be first?
What is Buzz Programming Language?
A small/lightweight statically typed scripting language written in Zig.
- Statically typed: Find out bugs in your IDE rather than in production
- JIT compiled: Uses MIR, a fast and lightweight JIT compiler
- Unambiguous: No implicit behavior or unexpected type coercion
- Small in size and complexity: Does not take much space on your drive or in your mind
- Interoperability with C: Call C functions easily with FFIs and embed buzz with its C API
- Fibers: Single threaded cooperative multitasking


