A JavaScript dialect in Urdish.
UrduScript is an Urdish dialect of JavaScript. The goal is to make programming more accessible to beginners from South Asia. UrduScript uses informal Urdu analogies to programming concepts, making it easy to get started without remembering keywords.
UrduScript transpiles to JavaScript. All JavaScript frameworks (like jQuery, UnderScore, React, etc) can be seemlessly used.
// declare variable rakho naam = "Asad"// output to console likho("Hello, " + naam)
If you want to run the web editor offline. Follow these steps:
In order to run UrduScript on your computer, you need to install Node.js first.
Download zip or clone the repository
Inside your project directory, run:
npm install npm install -g nws npm run windows
http://localhost:3030
Inside your project directory, run:
sh npm install npm start
Open your browser and type
http://localhost:3030
This is an open project and I am open to all ideas and improvements. See this page.