Concatenative topics
Concatenative meta
Other languages
Meta
Callisto is a low level compiled programming language
include "cores/select.cal" include "std/io.cal" "Hello, world!" print_str new_line
include "cores/select.cal" include "std/io.cal" func tak cell x cell y cell z -> cell res begin if y x < then x 1 - y z tak y 1 - z x tak z 1 - x y tak tak return else z return end end 7 4 8 tak print_dec new_line
This revision created on Sun, 7 Sep 2025 16:22:33 by yeti0904 (improve the examples and alter description)