Write in বাংলা,
Run in JavaScript
BanglaScript is a language transpiler that enables developers to write programs in Bengali syntax, which then compiles to pure JavaScript. লিখো বাংলায়, চালাও জাভাস্ক্রিপ্ট!
See It In Action
Write Bengali code on the left, get JavaScript on the right
BanglaScript
123456789বাক্য নাম = "বিশ্ব"
লিখো("হ্যালো, " + নাম + "!")
অনুষ্ঠান যোগ(ক, খ) {
প্রেরণ ক + খ
}
সংখ্যা ফলাফল = যোগ(৫, ৩)
লিখো("যোগফল: " + ফলাফল)
JavaScript Output
123456789let name = "বিশ্ব"
console.log("হ্যালো, " + name + "!")
function addition(ক, খ) {
return ক + খ
}
let Results = addition(5, 3)
console.log("যোগফল: " + Results)
Why BanglaScript?
Empowering Bengali speakers to learn and create with code
Accessibility
Write code in your native Bengali language, making programming more accessible and intuitive.
Education
Perfect for teaching programming concepts to Bengali-speaking students and beginners.
Innovation
Bridge the gap between Bengali language and modern JavaScript development.
Pure JavaScript
Transpiles to clean, readable JavaScript that runs anywhere JS runs.
Familiar Syntax, Native Language
BanglaScript uses Bengali keywords and syntax that feel natural to Bengali speakers. No need to memorize English programming terms - write code the way you think.
Bengali keywords like সংখ্যা, অনুষ্ঠান, প্রেরণ
Compiles to clean, readable JavaScript
Works with existing JavaScript libraries
Built for Modern Development
Integrate BanglaScript into your existing workflow. Use it with Node.js, web browsers, and your favorite build tools.
CLI tool for quick transpilation
Node.js integration for server-side code
Browser support for client-side applications
Ready to Get Started?
Join the community of Bengali developers writing code in their native language.