Buzz Programming Language icon
Buzz Programming Language icon

Buzz Programming Language

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

Buzz Programming Language screenshot 1

Cost / License

  • Free
  • Open Source

Application type

Platforms

  • Mac
  • Linux
  • Visual Studio Code
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Lightweight

Features

  1.  Syntax Highlighting
  2.  Statically Typed Language

 Tags

Buzz Programming Language News & Activities

Highlights All activities

Recent activities

Show all activities

Buzz Programming Language information

  • Developed by

    US flagbuzz
  • Licensing

    Open Source (MIT) and Free product.
  • Alternatives

    53 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  1,440 Stars
  •  37 Forks
  •  80 Open Issues
  •   Updated  
View on GitHub
Buzz Programming Language was added to AlternativeTo by Paul on and this page was last updated .
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