←back to thread

358 points ofalkaed | 1 comments | | HN request time: 0.216s | source

Just curious and who knows, maybe someone will adopt it or develop something new based on its ideas.
Show context
Havoc ◴[] No.45556825[source]
Pascal/Delphi - especially in the educational context.

Crazy fast compiler so doesn't frustrate trial & erroring students, decent type system without the wildness of say rust and all the basic programming building blocks you want students to grasp are present without language specific funkiness.

replies(5): >>45557529 #>>45557851 #>>45558541 #>>45558829 #>>45561155 #
1. eloisant ◴[] No.45558541[source]
Apparently Python is now the language of choice for teaching programming, and I'm a bit worried about it because the type system is a mess.

I think Pascal or ADA are better language to start learning about types with a good base.