Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

beef-lang

< >

beef-lang is a programming language created in 2019 by Brian Fiete.

Source code:
git clone https://github.com/beefytech/Beef
#249on PLDB 5Years Old 137Repos

Beef Programming Language


Example from hello-world:
using System; namespace HelloWorld { class Program { static void Main() { Console.WriteLine("Hello World"); } } }

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Print() Debugging ✓ Console.WriteLine

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 625 · feedback@pldb.io