Skip to content
Ectogen edited this page Aug 28, 2021 · 2 revisions

Welcome to the Bagel wiki!

(WIP)

Anyways code is written in hexadecimal (and the length of the program must be an even number)

Byte count is half of the length of the program in hexadecimal.

Instructions are 2 hexadecimal digits (1 byte) long.

The first digit is the “block”, i.e. the category it’s in

I’ll add the rest later because yes

Also Bagel is very unusual and is very different from other, proper, golfing languages. It’s written in hexadecimal so it doesn’t need its own character encoding system, is not stack based, doesn’t have this “parsing” nonsense, is extremely different from practical languages, super unreadable and doesn’t have that many functions that do different tasks depending on the data type of the argument(s)

Clone this wiki locally