Bangla Code Runner: Revolutionizing Bangla Programming Language
Source: Dev.to
Overview
In Bangladesh’s technology landscape, the Bangla Programming Language Platform offers a unique addition. Its main attraction, the Advanced Bangla Code Runner, allows users to write code in Bangla, execute it, generate speech, and even create drawings. The platform is designed primarily for Bangla‑speaking students, programmers, and enthusiasts, enabling them to learn technology and programming in their native language.
History
The Bangla Code Runner was first released in 2020. It was developed by Md. Anisur Rahman while he was in the final trimester of the PGDIT (Post Graduate Diploma in IT) program at Jahangirnagar University. The main goal of the Bangla Code Runner is to make programming easier and more accessible through the native language. By allowing users to write programs in Bangla, run them, and see the output, it is especially helpful for new programmers who want to build their programming concepts using their mother tongue.
Since its release, the Bangla Code Runner has received widespread attention among local programmers and students. It has opened a new horizon for practicing technology in the Bangla language, making learning programming more enjoyable.
Example Code
// Input
ধরি নাম = ইনপুট("তোমার নাম কি?")
// Condition
যদি (নাম == "আনিছুর") {
দেখাও("হ্যালো আনিছুর");
} নাহলে যদি (নাম == "লিখন") {
দেখাও("হ্যালো লিখন");
} নাহলে {
দেখাও("ঘোড়ার ডিম! তোমার নাম কি?");
}