A collection of projects written in the Odin programming language — a modern, performant alternative to C focused on simplicity and data oriented programming.
A command-line calculator that performs basic arithmetic operations.
Translates text into ASCII representations, useful for encoding and character inspection. Includes an built-in .lfl file reader.
A simple HTTP client built in Odin to send and receive HTTP requests.
Converts images into ASCII art, rendering visual content as characters in the terminal.
dotenv parser
- Odin compiler installed and available in your
PATH
Clone the repository:
git clone https://github.com/CaetanoGoncalves/odin-programming.git
cd odin-programmingNavigate to a project folder and run it:
cd calculator
odin run .odin-programming/
├── ascii_translator/
├── calculator/
├── http_client/
├── image_to_ascii/
├── odinfmt.json
└── ols.json
.
.
.
"The Odin Programming Language, the C alternative for the joy of programming."
Odin is a general-purpose, statically typed language designed for high performance and modern systems programming. Learn more at odin-lang.org.