Concatenative topics
Concatenative meta
Other languages
Meta
Callisto is a concatenative, compiled programming language
Its goal is to be easy to implement while being easy to use
include "cores/select.cal" include "std/io.cal" "Hello, world!\n" print_str
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 10 print_ch
This revision created on Sun, 15 Dec 2024 11:35:27 by yeti0904 (The Great Renaming)