Beef

programming language

Operating systems: LinuxMicrosoft WindowsmacOS
Aliases: Beeflang

Wikidata: Q84104242

Influenced by: C++C#

Programming paradigms: object-oriented programming

Beef Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in Beef

using System;

namespace HelloWorld
{
    class Program
    {
        static void Main()
        {
            Console.WriteLine("Hello World");
        }
    }
}

Search on GitHub


Latest data update: 2025-03-23