|
|
|
|
|
by Blackstone4
2916 days ago
|
|
C was the first language I learnt when I was at university. Honestly the teacher was bad and I found it difficult. It almost put me off programming. Fortunately, I later took a mandatory course in Java and Haskell. We learnt both languages in parallel to learn the difference between OO and FP. We were set tasks where we had to write programs in both languages. I loved this course and the lecturers were amazing. I am against beginners learning C as it's too low level and you can get stuck easily. I would recommend Python as it's widely used for web dev and data analytics. It's linear [edit - correction as I had written "async"] unlike JS which makes what you learn more transferable to other languages. |
|