View On GitHub
Gofra
Concatenative programming language.
Project maintained by
Kirill Zhosul
Hosted on GitHub Pages — Theme by
mattgraham
Links
Documentation
,
Examples
,
GitHub
Core features
Compile into bytecode.
Execute bytecode with internal virtual machine.
Language features
Conditionals (IF).
Loops (WHILE)
Memory (Bytearray)
Characters, Strings.
Examples
// 40.
35
5
+
show
// Hello, World!
"Hello, World!"
mshowc