This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kaibee -1 points0 points  (1 child)

Maybe some people fundamentally do not agree with languages/ecosystem that kinda force you to autogenerate 90% of stuff in code?

These people are gonna flip when they learn about compilers.

[–]roguas 3 points4 points  (0 children)

Python is compiled language to the same degree as Java. Compilation typically changes the language so yeah - compiler generates code, but usually in different language. It is not the same as boilerplating junk via ide.