An interpreted programming language to code with bangla language. Comes with its own IDE and use gcc compiler to compile. Written in python.
- python 3.5+
- gcc compiler
python ide.py
- Compile
build ---> compile - Run
build ---> run
(the output will be show in the output window below)
note that the highlighting functionality does not work automatically yet. For that you have to do manually edit ---> highlight
The language is mainly designed with all the syntax similar to C programming language. Some key difference are
- All variable name must start with $ sign (৳)
প্রধান ---> main
দেখাও ---> printf
গ্রহন ---> scanf
ফাকা ---> void
দশমিক ---> double
সংখ্যা ---> int
বর্ণ ---> char
যতখন ---> while
কর ---> do
জন্য ---> for
যদি ---> if
থাম ---> break
%ব ---> %s
%স ---> %d
%দ ---> %lf
%চ ---> %c
\ন ---> \n
