To facilitate programming teaching for Azerbaijani kids.
No, it's just a language layer over Python. It simply compiles code written in Azerbaijani syntax to normal Python code, then runs it through Python itself.
dəyişən a = 10
dəyişən b = 5
#Aldıqı iki numrəni toplayacaqdır
işləmə toplama(a, b):
qaytar a + b
yaz("Toplama: ", toplama(a, b))
#3 dəfə salam yaz
gəz aralıq(0,3) içində i:
yaz("Salam")
Simply run ./nasimi azj examples/azj/calculator.nasimi
- Added
azb
(Azerbaijani with Arabic Alphabet) Support - Syntax Improvments
- Added Custom Loop Syntax support for each Language
- Added VSCode Extention for AZB
- Custom loop added.
- VSCode extention added.
- Execuable
nasimi
shell command added.
- Adding installer
- Making it closer to Azerbaijani grammar for better understanding
- Making a web code editor for testing and learning
- Adding Documentation
You're welcome to help with any of the roadmap items or by adding new ideas.
MIT
Araz Gholami - Email: [email protected]