What language you think the best for school program? Java, Python, C, maybe Pascal or Basic? Let's discuss it theme, with arguments, of course.
For further actions, you may consider blocking this person and/or reporting abuse
What language you think the best for school program? Java, Python, C, maybe Pascal or Basic? Let's discuss it theme, with arguments, of course.
For further actions, you may consider blocking this person and/or reporting abuse
Scofield Idehen -
Ben Halpern -
Muhammad Essa -
Antonio | CEO at Litlyx.com -
Top comments (4)
It depends on what the application is of course.
But you shouldn't ask me, I'm REALLY biased towards Rust.
...
No, actually, you should totally listen to me and my answer is Rust.
You really want to learn to program? Write Rust.
Eh... probably we don't understand each other correctly. I mean don't what language chose to learn, I mean which language you consider best for school curriculum, for teach it pupils. Or you think for school program best language - is Rust?
Ah, you mean for teaching. Then it mostly depends on both the field of study and the curriculum.
For example, if you're giving lessons in webdev, then you should probably pick a popular stack like Node+TS+MySQL. If you do data science or ML, you'd want to pick python.
If you want to give more advanced computer science lessons, though, I think that Rust is perfect. You need to know some fundamental things to use Rust. You can teach about pointers, stack vs heap, mmio, datastructure, etc.
So in short: If the course is about programming itself, then Rust is a very good choice in my opinion. If it's not about programming, but about making websites or machine learning, then you better pick a stack that is popular in that area.
Okay, I understood your opinion. Thank you for writing it!