Show HN: Sindlish, a programming language for Sindhi speakershttps://sindlish.vercel.app
Hi, Iβm Amanat, a student from Pakistan, and Iβve been working on a programming language called Sindlish. The idea started from wondering what programming would feel like if the language used the vocabulary of the language you actually speak. Sindlish is designed for Sindhi-speaking communities and currently uses Romanized Sindhi syntax. A small example: ``text kaam jor(a, b) -> adad { wapas a + b } adad jawab = jor(3, 4) * 2 likh("jawab =", jawab) `` It currently has its own lexer, parser, resolver, bytecode compiler, stack-based VM, type system, error handling, collections, closures,β¦
