v2.1.0 is here!
What's new? →

Write code in Odia

Compiles to JavaScript

Odialang is a toy language project that uses Odia (Oriya) keywords. Write programs in your native language and run them anywhere JavaScript runs.

terminal
npm install -g @devsuvam/odialang
example.odia
1# Welcome to Odialang!
2dhara name = "World"
3dekha "Hello, " + name + "!"
4
5dekha "Namaskar, Odia!"

Why Odialang?

Programming should be accessible to everyone, in every language.

Native Language
Write code using familiar Odia words like 'dhara' (let), 'dekha' (print), and 'karya' (function).
Compiles to JavaScript
Your Odialang code compiles to clean JavaScript and runs anywhere Node.js runs.
Simple Syntax
Clean, intuitive syntax that's easy to learn. No semicolons, no curly braces.
Full Features
Variables, functions, conditionals, loops, arrays, and more — everything you need to build real programs.
VSCode Extension
Syntax highlighting and IntelliSense support for Visual Studio Code.
Open Source
Completely free and open source. Contribute on GitHub and help grow the community.

Ready to start coding in Odia?

Join the growing community of developers writing code in their native language.