Zeta: Difference between revisions
Created page with "{{Software Infobox | Name = Zeta | Developer = Voxon Development | ReleaseDate = In development | LatestVersion = None | Extension = .zeta | License = GPL-3.0 | Website = https://github.com/Voxon-Development/zeta-lang }} '''Zeta''' is a programming language developed in 2025 by '''Wildered''' from Egypt. == History == * 2025: Currently in development. == Key Features == == Example Code == <syntaxhighlight lang="c"> main() {..." |
mNo edit summary |
||
Line 15: | Line 15: | ||
== Key Features == | == Key Features == | ||
Zeta is a modern systems programming language that compiles to machine code. | |||
== Example Code == | == Example Code == | ||
<syntaxhighlight lang="c"> | <syntaxhighlight lang="c"> | ||
main() { | void main() { | ||
println("Hello, World | println("Hello, World!") | ||
println( | println(50) | ||
boolean something = true | |||
if (something) { | if (something) { | ||
i32 num = 50 + (50 * 50) | |||
println(num) | |||
} | } | ||
} | } |
Latest revision as of 08:29, 15 October 2025
Zeta | |
---|---|
Developer | Voxon Development |
Initial release | In development |
Latest version | None |
File extension | .zeta |
License | GPL-3.0 |
Website | Official site |
Zeta is a programming language developed in 2025 by Wildered from Egypt.
History
- 2025: Currently in development.
Key Features
Zeta is a modern systems programming language that compiles to machine code.
Example Code
void main() {
println("Hello, World!")
println(50)
boolean something = true
if (something) {
i32 num = 50 + (50 * 50)
println(num)
}
}
Applications
See Also
References
- Voxon Development GitHub