Coding Global Background
Coding Global

vix programing language

Archived 10 days ago
5 messages
4 members
Created a month ago
Updated 10 days ago
Open in Discord
U
MrBatata
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

Replies (4)