UFB Wiki

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

View on GitHub


LITERACY


A UFB program can be either illiterate or literate.

b: able to read and write
- Merriam-Webster Dictionary

This program is literate:

wvar  38 "Hello"
read  50
print "$038, $050!\n"

This program is illiterate:

print "Hello, World!\n"


Literacy is the boundary between knowing more about the outside world and oneself...

But at the cost of more work and performance inefficiency.


⏪️