Source Files
Rux source files use the .rux extension and must be encoded in UTF-8. By convention, files are stored under the Src/ directory of a package and follow PascalCase naming (e.g., Main.rux, Lib.rux, HttpClient.rux, JsonParser.rux, WebServer.rux).
Introduction
Rux is a fast, compiled, strongly typed, and multi-paradigm programming language designed for clarity, safety, and performance. It combines expressive high-level constructs with predictable low-level control, so the same language scales from command-line tools and libraries to applications and services.
Comments
Rux supports three types of comments: line comments, block comments, and documentation comments.