The post has been translated automatically. Original language: Russian
There is intense competition for digital technologies in the world today. But sometimes the most daring breakthroughs are born not in the laboratories of corporations or ministries, but in the hands of enthusiasts.
In Kazakhstan, a retired single man is developing the first domestic programming language, Tengri Lang, with his own funds and enthusiasm.
, The source code and all the results are open for review:
👉 GitHub: DauletBai/tengri-lang
What has already been done
- A compiler and an AOT collector have been built.
- A virtual machine (VM) has been implemented.
- A benchmark system has been set up for comparison with Go and Python.
, Test results
Measurements were carried out on classical problems (Fibonacci numbers).
Task
Python
Go
Tengri Lang (AOT)
Growth
fib_iter(90)
~4,000 ns
~424 ns
50 ns
~450× faster than Python, ~9× faster than Go
fib_rec(34)
~1,310,000 ns
~54,000 ns
1,600 ns
~820× faster than Python, ~34× faster than Go
Conclusion: even at an early stage of development, our language shows performance gains of tens and hundreds of times.
Why is this important
- This is not just an experiment, it is proof that we are able to create our own world—class IT technologies.
- The project is led by one person, without the support of ministries and grants, which underlines the strength of the idea and the uniqueness of the approach.
- Tengri Lang relies on the agglutinative structure of the Kazakh language and its archetypes, which opens up prospects for a new generation of human-readable programming.
, What 's next
In the coming days, we will:
- We will add new benchmarks (sorting, matrix multiplications, computational tasks).
- We optimize AOT compilation for even more accurate and stable results.
- Let's start experimenting with syntax based on Kazakh phonetics.
📣 Call
Today, the project is looking for support from testers, enthusiasts, and investors. This is a chance for Kazakhstan to enter the world history of IT as a country that has created its own programming language with unique cultural and architectural features.
"Innovation is born where there is faith in an idea, even if there is only a pension and a weak MacBook Air behind it."
Stay tuned for new releases and results — this is just the beginning!
Сегодня в мире идёт острая конкуренция за цифровые технологии. Но иногда самые смелые прорывы рождаются не в лабораториях корпораций и не в министерствах, а в руках энтузиастов.
👤 В Казахстане пенсионер-одиночка на собственные средства и энтузиазм разрабатывает первый отечественный язык программирования — Tengri Lang.
📂 Исходный код и все результаты открыты для ознакомления:
👉 GitHub: DauletBai/tengri-lang
🔬 Что уже сделано
- Построен компилятор и AOT-сборщик.
- Реализована виртуальная машина (VM).
- Настроена система бенчмарков для сравнения с Go и Python.
📊 Результаты тестов
Были проведены замеры на классических задачах (числа Фибоначчи).
Задача
Python
Go
Tengri Lang (AOT)
Прирост
fib_iter(90)
~4 000 нс
~424 нс
50 нс
⚡ ~450× быстрее Python, ~9× быстрее Go
fib_rec(34)
~1 310 000 нс
~54 000 нс
1 600 нс
⚡ ~820× быстрее Python, ~34× быстрее Go
Вывод: даже на раннем этапе разработки наш язык показывает прирост производительности в десятки и сотни раз.
🌍 Почему это важно
- Это не просто эксперимент — это доказательство того, что мы способен создавать собственные IT-технологии мирового уровня.
- Проект ведётся одним человеком, без поддержки министерств и грантов, что подчеркивает силу идеи и уникальность подхода.
- Tengri Lang опирается на агглютинативную структуру казахского языка и его архетипы, что открывает перспективы для нового поколения человеко-понятного программирования.
🔮 Что дальше
В ближайшие дни мы:
- Добавим новые бенчмарки (сортировки, матричные умножения, вычислительные задачи).
- Оптимизируем AOT-компиляцию для ещё более точных и стабильных результатов.
- Начнём экспериментировать с синтаксисом на основе казахской фонетики.
📣 Призыв
Сегодня проект ищет поддержку — тестеров, энтузиастов, инвесторов. Это шанс для Казахстана войти в мировую историю IT как страна, создавшая свой язык программирования с уникальными культурными и архитектурными особенностями.
✨ «Инновации рождаются там, где есть вера в идею, даже если за спиной только пенсия и слабенький MacBook Air».
Следите за новыми выпусками и результатами — это только начало!