What
StackTalk is a concatenative programming language that lets you play with stacks of values carried by objects.
Examples
"What is your name? " print
File .stdin .readline >name
%println[ Hello @(name)! ]
StackTalk is a concatenative programming language that lets you play with stacks of values carried by objects.
"What is your name? " print
File .stdin .readline >name
%println[ Hello @(name)! ]