What

StackTalk is a small language built on multistack-based objects, quotations, and a global value stack and subject stack.

Examples

NB[ Output "StackTalk is fun" ]
"StackTalk is fun" >say
say print

NB[ Output "STACKTALK IS FUN" ] 
say> .[ fun: "-fun-" replace ] >say
say .upper print

NB[ Output "StackTalk is fun" 
    five times ] 
5 times[ say print ]
Try in playground!

StackTalk pages