DEV Community

Cover image for Building BanglaScript! A Bengali Syntax Transpiler for JavaScript
Mahmud Rahman
Mahmud Rahman

Posted on

Building BanglaScript! A Bengali Syntax Transpiler for JavaScript

Hey everyone πŸ‘‹

I’m working on something exciting called BanglaScript (experimental) β€” a Transpiler that lets you write code using Bangla (Bengali) syntax, which then converts into JavaScript!

The main idea is simple:
Write your code in Bangla β†’ Transpile β†’ Run as JavaScript πŸš€


βš™οΈ What I’m Building

Right now, I’m developing:

  • 🧠 Language Transpiler – Converts Bangla syntax to JavaScript
  • πŸ’» CLI Build Tool – Run .bjs files directly from the terminal
  • 🌐 Online Playground – Write and test BanglaScript in your browser
  • πŸ“¦ NPM Package – Includes the transpiler, CLI, and runtime integration

Together, these tools make BanglaScript a complete ecosystem for writing, running, and sharing Bangla-based JavaScript code.

GitHub:https://github.com/BengalEmpire/BanglaScript

NPM: https://www.npmjs.com/package/banglascript

Playground: https://bangla-script.vercel.app/playground


πŸ’‘ Why BanglaScript?

Programming is all about expressing logic β€” so why not express it in your own language?
BanglaScript aims to make coding more accessible, fun, and native for Bangla speakers.

It’s especially helpful for:

  • Students learning to code for the first time
  • Developers experimenting with language design
  • Educators introducing programming concepts in Bengali

πŸš€ What’s Next

The project is still under development, but the goal is clear:
Make coding feel more natural for Bengali-speaking learners and creators.


Let’s make coding a little more Bangla-flavoured πŸ’›
If this sounds interesting, I’d love your feedback and collaboration!


Follow for more! @mahmud-r-farhan

Top comments (0)