What if your code looked like this?
name = "Abneesh"
age = 20
scores = [95, 87, 92]
If age is greater than 18 then
What if your code looked like this? name = "Abneesh" age = 20 scores = [95, 87, 92] If age is...
What if your code looked like this?
name = "Abneesh"
age = 20
scores = [95, 87, 92]
If age is greater than 18 then

So I had a slightly unreasonable idea two years ago: What if I built a programming language without...

I spent the last month building a small programming language called EzLang.

Hey, I've been working on this for a while now and finally feel okay sharing some code examples. Zen...

I know you're wondering, why Python? Out of all other programming languages that exist? Just...

I Built a Programming Language Called Zen Building a programming language had been something I...

🧠 Introduction I’ve been building my own programming language called Exper, written from scratch in...