How many types of programming languages are there?
You can also group languages by their typingdiscipline:weaktyping, which supports implicit type conversions, andstrongtyping, which prohibits implicit type conversions. The lines between the two are a bit blurry: according to some definitions, C is a weakly-typed languages, while others consider it to be strongly-typed. Typing discipline isnt really a useful way to group languages, anyway. … Read more


