FIFOrth

From Esolang
Jump to navigation Jump to search
This is still a work in progress. It may be changed in the future.

What is FIFOrth

FIFOrth is my first esolang and it is basically Forth but with a queue (FIFO) instead of a stack (LIFO). I am currently working on an interpreter, which I'll link when done.

It's gonna probably be hard to use since you cannot access any of the recently added values until you dequeue the ones before them.

I will edit this page as I will move forth with this project.