vix programing language
U
MrBatata
Spielt Custom Status
Verified
Hello, everyone. I made language called 'vix' and i wanted to show it to you today. It's simple language focus on being memory safe with no run time overhead same time gives u ability to code in simple syntax/rules and automatic compiling time types. This language previde you with:
• simple syntax & helpful error messages• memory safety & with overhead• auto typechecker/types at compiling timeExample:
Links:
Discord -> in my bio
GitHub -> https://github.com/vix-programing-language
• simple syntax & helpful error messages• memory safety & with overhead• auto typechecker/types at compiling timeExample:
func main(): int32
let a = 10 // Immutable
var b = 3 // mutable
if a > b then
return 1
else
return 0
end
Links:
Discord -> in my bio
GitHub -> https://github.com/vix-programing-language

