DEV Community

Discussion on: What language would you recommend for a beginner?

 
stereobooster profile image
stereobooster

Yes, but this is very wide surface. Some languages are ver far away from each other, for example, Prolog, Agda, C, TLA+

Thread Thread
 
delta456 profile image
Swastik Baranwal

Yes things may differ because of different purposes but terminology from which it derives is same (sort of).

Thread Thread
 
stereobooster profile image
stereobooster

Not quite. When people learn type system from C/C++ they end up with wrong mental model about types (often hate types), you need to get introduced on types with good type system and type checker with nice error messages, for example, Elm.

Thread Thread
 
delta456 profile image
Swastik Baranwal

Agreed