UFB Wiki

The UFB (Unsafe Four Bit) Programming Language -- FAST | EASY | VERBOSE -- Built With Rust

View on GitHub


HELLO, WORLD!


Let's start with something comfortable...

print "Hello, World!\n"

Have you noticed something?

It's probably the ugly formatting...

It's the breeze of simplicity and the freedom of UFB code.

No parentheses, tab-spacing, semicolons, curly braces, or brackets.

BUT there's always another way to write something so simple.

wvar  38 "Hello World!\n"
print 38

// Or...
/* Or... Oh... Boy... */

print 8  5  12 12 15 0  23 15 18 12 4
My, my... there are hundreds of different ways to do this, honestly.

UFB is a fast, verbose and easy language.

If you find a situation hard...

then that only means that you made it hard for your own good.


⏪️