maybe
Jump to navigation
Jump to search
- This article may require a lot of additions or even modifications. It is too stub, so PLEASE ADD MORE INFO!
maybe is a stack-based concatenative language created by indidee in 2024. It's not strictly an esolang, as it was designed as a forth derivative, but being stack-based it inherently has some esoteric elements.
Example programs
(these programs are subject to change as the interpreter/compiler is implemented)
Hello, world!
"Hello, world!" println .
Standard Library
Functions to be implemented in the Maybe stdlib
function name | purpose |
---|---|
outputs the top value of the stack to stdout | |
println | outputs the top value of the stack, followed by a newline character ('\n') |