Beecode

From Esolang
Jump to navigation Jump to search

Beecode is a programming language made by Oklomsy.

It only has a single command, bee which prints out the first sentence of the bee movie script.

Syntax

Bee

Programs

Simple beecode program: "Bee"

Interpreter (Python and Lua!)

Python Interpreter

c=input("BC>")
c=str.lower(c)
if "bee" in c:
  print("According to all known laws of aviation, there is no way a bee should be able to fly.")

Lua Interpreter

print("According to all known laws of aviation, there is no way a bee should be able to fly.")

Name Origins

I think this is quite obvious.