Coding Global Background
Coding Global

vix programing language

0 messages
1 members
Created 5 hours ago
Updated 5 hours ago
Open in Discord
U
MrBatata

Playing 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:
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
vix programing language
UnoRouter AI API