42School / norminette

Official 42 norminette
MIT License
956 stars 140 forks source link

What is the idea behind not allowing for loops? #491

Open LollipopFt opened 6 months ago

LollipopFt commented 6 months ago

I have read the norminette pdf, and it only states that for loops are not allowed and does not give a reason. Why is a language feature that has been there since its inception not allowed? I understand if goto statements are not allowed as they could be dangerous, but what about the others?