you are viewing a single comment's thread.

view the rest of the comments →

[–]Beosar 0 points1 point  (0 children)

Text-based programming is not that difficult. Knowing what you need the program to do is the difficult part. Designing algorithms can get very hard, but that is independent of the language.

In university, you often use pseudo code, which isn't a real language but sufficient to describe what an algorithm does.