Volant is a general-purpose data-oriented high-level programming language with a focus on speed, power, asynchronicity, and concurrency. Volant is designed with simplicity in mind, allowing both low-level and high-level features with simple and easy to use syntax. Volant is transpiled to c with no or a very thin layer of abstraction over the code you write, which makes it as fast as c in almost all cases.
@AmazingMech2418 Because actually I like AT&T better, despite its shortcomings. I like the sigils because I see what I'm working with — a register, an immediate, etc. (And it's builtin to GCC so I don't have to set up NASM :D)
Volant
Volant
Volant is a general-purpose data-oriented high-level programming language with a focus on speed, power, asynchronicity, and concurrency. Volant is designed with simplicity in mind, allowing both low-level and high-level features with simple and easy to use syntax. Volant is transpiled to c with no or a very thin layer of abstraction over the code you write, which makes it as fast as c in almost all cases.
The team
The language was designed and developed solely by me.
Try it out
Step 1: Fork this repl.
Step 2: Edit the file named
main.vo
and press the run button to try it out.You can also try Volant on our online Volant playground here.
Useful links
EDIT: @CSharpIsGud made a complete operating system using Volant. Check it out here.
Any constructive feedback is appreciated and thanks for checking it out.
@AmazingMech2418 Because actually I like AT&T better, despite its shortcomings. I like the sigils because I see what I'm working with — a register, an immediate, etc. (And it's builtin to GCC so I don't have to set up NASM :D)