Callisto is a concatenative compiled programming language inspired by Forth and YSL-C3
It supports these compile targets:
- x86 real mode
- x86_64 Linux, macOS
- Uxn
- ARM64 Linux
- Lua (subset CallistoScript)
with more coming soon
IRC: callisto-lang on libera.chat
include "cores/select.cal"
include "std/io.cal"
"Hello, world!" printstr