BhaiLang is a programming language made utilizing syntax familier to Indian language.
For instance to print one thing in bhai it’s written
bol bhai "Good day World";
bol bhai means say in hindi.
Right here i’ll present the way to arrange bhailang on you machine and write first bhai lang program.
To put in you want to have put in node and npm put in into your system. If you have not please checkout this video.
Mac : https://youtu.be/pHz7TgEIa0w
Linux : https://youtu.be/P6rPI7x28nY
Home windows : https://youtu.be/n3M9qKvFZeg
As soon as you put in node and npm open your terminal and to put in bhai lang simply sort :
npm i -g bhailang
This could set up bhailang in your system. You simply have to sort sudo npm i -g bhailang for Linux and Mac.
To examine if bhailang is put in or not simply sort
bhailang --version
To write down your first program simply open VS code or any Editer and easily create a file with .bhai extension
For instance check.bhai
For first program simply write :
hello bhai
bol bhai "Code With Arjun";
bye bhai
To run this system simply sort
bhailang check.bhai
And the output might be :
Code With Arjun
For extra Movies Please Go to :