TLang blog
Meta framwork with TLang
   5 min read    TLang Authors
TLang is a small programming language that can help generate code in many programming languages such as Java, Kotlin, TypeScript, and Dart by creating code templates. It is useful to avoid boilerplate code, refactor and improve code, maintain code consistency, save time, and correct bugs. In this blog post, I will share how we used TLang to create our own opinionated component that serves as a meta framework for our business.
TLang versus generatibe AI
   2 min read    TLang Authors
Introduction: In the ever-evolving world of programming, efficiency and innovation are key. As developers, we are constantly seeking tools that can streamline our work, improve code quality, and foster creativity. Two such tools that have emerged as game-changers are TLang and generative AI. What is TLang? TLang is a small programming language designed to generate code in various languages such as Java, Kotlin, TypeScript, and Dart. It allows developers to create code templates, which can be incredibly useful for a number of reasons.