Bangla Code Runner: Revolutionizing Bangla Programming Language
The Bangla Code Runner is a programming platform that allows users to write, execute, and test code in the Bangla language, making programming more accessible to Bangla speakers. Developed by Md. Anisur Rahman in 2020 during his PGDIT studies at Jahangirnagar University, it aims to help students and enthusiasts learn programming in their native language. The platform has gained popularity in Bangladesh for promoting technology education through mother-tongue instruction.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1044132) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Md. Anisur Rahman Posted on Apr 30 Bangla Code Runner: Revolutionizing Bangla Programming Language In Bangladesh’s technology landscape, this Bangla Programming Language Platform is a unique addition. The Bangla Code Runner is its main attraction, where users can write code in Bangla, execute it, generate speech, and even create drawings.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).