Buzz Programming Language icon
Buzz Programming Language icon

Buzz Programming Language

 Like this app

A small/lightweight statically typed scripting language written in Zig.

Buzz Programming Language screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Linux
  • Visual Studio Code
  No rating
0 likes
0comments
0 news articles

Features

Suggest and vote on features

Properties

  1.  Lightweight

Features

  1.  Syntax Highlighting
  2.  Statically Typed Language

Buzz Programming Language News & Activities

Highlights All activities

Recent activities

Show all activities

Buzz Programming Language information

  • Developed by

    Buzz
  • Licensing

    Open Source (MIT) and Free product.
  • Alternatives

    52 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  1,270 Stars
  •  33 Forks
  •  81 Open Issues
  •   Updated Jan 14, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Buzz Programming Language, and it has gotten 0 likes

Buzz Programming Language was added to AlternativeTo by Paul on Dec 28, 2023 and this page was last updated Dec 28, 2023.
No comments or reviews, maybe you want to be first?
Post comment/review

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

Official Links