Measures Concepts
GitHub icon

beef-lang

beef-lang - Programming language

< >

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

Source code:
git clone https://github.com/beefytech/Beef
#439on 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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout